I\'m new to Docker, and it\'s unclear how to access an external database from a container. Is the best way to hard-code in the connection string?
# Dockerfil
Another way is to use the powers of /usr/bin/env:
/usr/bin/env
docker run ubuntu env DEBUG=1 path/to/script.sh