6 ms·
I haven't been reading Docker related news lately. Is there anything I should know if I already have my own working continuous deployment system made with Ansib
by RemoteWorker 12y ago
I haven't been reading Docker related news lately. Is there anything I should know if I already have my own working continuous deployment system made with Ansible, Jenkins and Docker? For example, it seems like I don't need Docker Machine if I already have my own Ansible recipes for provisioning.
- nickstinemates 12y agoIf it's already working and you're happy, awesome. Machine is just a convenient way to provision new Docker hosts, in a separate project/binary. If that is being filled by Ansible for you today, fantastic !