Simplify running applications in Docker containers with template rendering
Utility to simplify running applications in docker containers
dockerize$ dockerize -wait tcp://localhost:5432 -timeout 10s ./start.sh$ dockerize -template /etc/config.tmpl:/etc/config.conf$ dockerize -wait tcp://db:5432 -wait tcp://redis:6379 -template nginx.conf.tmpl:nginx.conf nginx