- builder pattern
- docker npm3 issue
- docker-compose volumes and syncing
- docker-compose version 2
- notes on caching
- connect to mysql
I usually have a file that sets the env vars of a container, using env_file
: https://docs.docker.com/compose/environment-variables/
Sometimes it's helpful to also be able to export these vars in the host