mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-02 03:37:40 +02:00
update
This commit is contained in:
parent
b7b12df717
commit
9b4fc9ae9c
@ -6,9 +6,11 @@ FROM debian:jessie
|
||||
MAINTAINER kev <noreply@datageek.info>
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y curl \
|
||||
&& apt-get install -y curl jq vim-tiny \
|
||||
&& curl -sSL https://bootstrap.saltstack.com | bash -s -- -M -N -S -X \
|
||||
&& apt-get install -y salt-ssh \
|
||||
&& curl -sSL https://bootstrap.pypa.io/get-pip.py | python \
|
||||
&& pip install httpie ipython \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
VOLUME /etc/salt /srv/salt
|
||||
|
@ -10,6 +10,14 @@ enough to communicate with them in seconds.
|
||||
Salt delivers a dynamic communication bus for infrastructures that can be used
|
||||
for orchestration, remote execution, configuration management and much more.
|
||||
|
||||
This image contains `salt-master`/`salt-ssh` and other power tools:
|
||||
|
||||
- curl
|
||||
- httpie
|
||||
- ipython
|
||||
- jq
|
||||
- vim-tiny
|
||||
|
||||
## network topology
|
||||
|
||||
- master
|
||||
|
Loading…
Reference in New Issue
Block a user