Code Monkey home page Code Monkey logo

docker-salt-master's Introduction

docker-salt-master

Salt-master docker container.

Build

To create the image bbinet/salt-master, execute the following command in the docker-salt-master folder:

docker build -t bbinet/salt-master .

You can now push the new image to the public registry:

docker push bbinet/salt-master

Run

Then, when starting your salt-master container, you will want to bind ports 4505, 4506, 443 (salt-api) and 4430 (Halite) from the salt-master container to a host external port.

The salt-master container will read its configuration from the /config directory volume, so you should bind this config volume to a host directory or data container. The salt-master will load existing settings for the salt configuration and pki stuff from this /config volume.

By default, the container will try to run the /config/before-exec.sh script, then the salt-api, then the salt-master, so you can provide additional provisioning stuff through this script.

You may also configure the salt-master fileserver to be located in another /data volume.

For example:

$ docker pull bbinet/salt-master

$ docker run --name salt-master \
    -v /home/salt-master/config:/config \
    -v /home/salt-master/data:/data \
    -p 4505:4505 \
    -p 4506:4506 \
    -p 443:443 \
    -p 4430:4430 \
    bbinet/salt-master

docker-salt-master's People

Contributors

avenda avatar bbinet avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.