Skip to content

richardmoe/Docker-Salt-Minion

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Salt-Minion on Ubuntu 16.04

A Docker Image for a Salt Minion. This image allows you to run a Salt Minion enabled server within a Docker container. This is designed for testing purposes of Salt States contained within a Salt Master server.

Running the container

Simply run this docker command:

docker run --rm -it richardmoe/docker-salt-minion

Linking to a Salt Master server

You can link to a running Salt Master container by running the following docker command:

docker run -d richardmoe/salt-master
docker run --rm -it --link salt-master:salt richardmoe/docker-salt-minion

Environment Variables

The following environment variables can be set:

  • LOG_LEVEL: The level to log at, defaults to error

For example:

docker run --rm -it -e LOG_LEVEL=debug richardmoe/docker-salt-minion

Custom Minion Configuration

The image shares the /etc/salt/minion.d directory where you can place your own minion configuration. See the Salt Stack documentation for more on configuring a Salt Minion.

About

A Salt-Minion docker image, purely for development purposes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Dockerfile 80.6%
  • Shell 19.4%