It's been 1 year plus 2 month since i wrote my first docker-compose.yml file.
Every once in a while i stumble upon a docker feature that i didn't know existed.
here are some links that were helpful:
Learn docker youtube series:
- https://www.youtube.com/watch?v=YFl2mCHdv24
- https://www.youtube.com/watch?v=Qw9zlE3t8Ko
- https://www.youtube.com/watch?v=F82K07NmRpk
General docker tips:
Caching dependencies or how can you speed up docker builds:
- https://www.sentinelstand.com/article/composer-install-in-dockerfile-without-breaking-cache
- https://medium.com/@stepanvrany/how-to-build-nodejs-docker-image-using-cache-c401137661d0
Using dev and prod docker-compose files:
Using .env for storing secrets:
A fully automated HTTPS server:
CI/CD with docker and jenkins:
Top comments (0)