Closed aidanharris closed 6 years ago
I would highly recommend using the dockerng.sls_build module which does this.
It build the container by putting the salt-thin on the container using put_archive
and then it runs your salt-states.tgz using the state.pack
module and then deletes itself at the end.
I recently updated it to be able to use the docker.image_present state and wrote a blog post about this here https://blog.gtmanfred.com/docker-and-salt.html
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
If this issue is closed prematurely, please leave a comment and we will gladly reopen the issue.
Description of Issue/Question
I'm using salt to produce a Docker base image for use with Vagrant and would like to create a version without SaltStack pre-installed. If using salt to uninstall salt is not supported then feel free to close this issue.
Steps to Reproduce Issue
Versions Report