1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-02 03:37:40 +02:00
This commit is contained in:
kev 2015-07-09 16:13:29 +08:00
parent b7b12df717
commit 9b4fc9ae9c
2 changed files with 11 additions and 1 deletions

View File

@ -6,9 +6,11 @@ FROM debian:jessie
MAINTAINER kev <noreply@datageek.info> MAINTAINER kev <noreply@datageek.info>
RUN apt-get update \ 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 \ && curl -sSL https://bootstrap.saltstack.com | bash -s -- -M -N -S -X \
&& apt-get install -y salt-ssh \ && 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/* && rm -rf /var/lib/apt/lists/*
VOLUME /etc/salt /srv/salt VOLUME /etc/salt /srv/salt

View File

@ -10,6 +10,14 @@ enough to communicate with them in seconds.
Salt delivers a dynamic communication bus for infrastructures that can be used Salt delivers a dynamic communication bus for infrastructures that can be used
for orchestration, remote execution, configuration management and much more. 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 ## network topology
- master - master