Ask HN: Why use Ansible/Puppet/Chef/Salt to build Docker images
I have gone down this path but it seems I spend more time troubleshooting these tools than actually benefits from them.
What others think is a good way to build Docker images if you think Dockerfiles are limited and lead to spaghetti code?
5 comments
[ 3.1 ms ] story [ 23.7 ms ] thread`make update`: fetches the latest version of the code.
`make build`: builds the images.
`make push`: pushes them to the registry.
Salt's great tho, I use it to manage my Docker environment files and keep other systems up to date.