6 ms·
How do provisioning systems compare to Docker? Right now I have a development environment that consists of salt stack provisioning Vagrant. Spinning up a produc
by chrishenn 13y ago
How do provisioning systems compare to Docker? Right now I have a development environment that consists of salt stack provisioning Vagrant. Spinning up a production server just means running salt on the host (Rackspace, DO, whatever.)
Is there any use for Docker in this case?
- whatever2001 13y agoI think there's someone already working on this use case, check out: https://github.com/makinacorpus/salt/blob/develop/salt/states/dockerio.py https://github.com/makinacorpus/salt/blob/develop/salt/state...
- sandGorgon 13y agovery interested to look at it - I'm trying to figure out between ansible and salt. Do you have your salt scripts on github somewhere ?