ovotech / circleci-orbs

CircleCI Orbs
MIT License
52 stars 37 forks source link

Installs dockerize #523

Closed quartin closed 1 year ago

quartin commented 1 year ago

dockerize is a utility to simplify running applications in docker containers. It allows you to:

generate application configuration files at container startup time from templates and container environment variables Tail multiple log files to stdout and/or stderr Wait for other services to be available using TCP, HTTP(S), unix before starting the main process.