Skip to content

gtmanfred/salt-docker-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Salt Docker Demo

A Salt Demo using Docker.

Instructions

Run the following commands in a terminal. Git, Docker, and Docker Compose need to already be installed.

git clone https://github.com/gtmanfred/salt-docker-demo.git
cd salt-docker-demo
docker-compose up -d

This will download the centos 7 docker image and create three docker containers. One will be a Salt Master named saltmaster and two will be Salt Minions named minion1 and minion2. The Salt Minions will point to the Salt Master and the minions keys will already be accepted. Because the keys are pre-generated and reside in the repo, please be sure to regenerate new keys if you use this for production purposes.

You can then run the following commands to log into the Salt Master and begin using Salt.

docker-compose exec salt bash
salt \* test.ping

About

Demo of saltstack using docker containers and docker-compose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published