docker-salt | Run Salt-Master , Salt-Minion , and Halite | Continuous Deployment library
kandi X-RAY | docker-salt Summary
kandi X-RAY | docker-salt Summary
Notice: Kubernetes has replaced many of the concepts below. Go here for Kuberenetes instructions. Run Salt-Master, Salt-Minion, and Halite inside Docker Also runs Kibana/Logstash and Graphite insider their own containers. ###Boostrapping ssh into the master ssh root@ -p 49022, password is root. Also, make sure /etc/sudoers file is configured for NOPASSWD %admin ALL=NOPASSWD: ALL.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Wrap a watch command
- Start a Docker container
- Builds a docker container
docker-salt Key Features
docker-salt Examples and Code Snippets
Community Discussions
Trending Discussions on docker-salt
QUESTION
How to use Packer Salt provisioner to create docker images ?
here is my packer.json
file. I will comment inline below
ANSWER
Answered 2017-Dec-11 at 06:31I adjusted your example to be simpler and just install Apache 2.
The shell
provisioner is just because I don't know salt and din't spend any time on howto do apt-get update
.
First of all the base image already have salt installed so use skip_bootstrap
. You shouldn't upload the state directory to the guest (Docker container) since this is done automatically, all this is in the documentation Packer - Salt Masterless. local_state_tree
should point at the base of your salt state tree i.g. /srv/salt
in you case.
A working example:
Tree
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install docker-salt
You can use docker-salt like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page