-
Notifications
You must be signed in to change notification settings - Fork 11
Further Reading
I learned a lot from this Udemy course. Note that I don't get anything from this link, I'm just a happy student.
More about the container commands at https://docs.docker.com/engine/reference/commandline/container/
Liz Rice's video for insight on how it works under the hood (https://youtu.be/_TsSmSu57Zo), or less condensed, slightly simpler version (https://youtu.be/Utf-A4rODH8))
Docker is sooo HOT right now, so loads of blogs, videos etc Don't forget to RTFM Examples used in the demos can be found here https://github.com/PaperCutSoftware/DockerSimpleDemo Example shell aliases and functions at https://gist.github.com/f3l1x/4c3bb59397d976ac83f0 and https://github.com/tcnksm/docker-alias
Dockerfile Best Practices https://docs.docker.com/develop/develop-images/dockerfile_best-practices/ Multistage builds https://docs.docker.com/develop/develop-images/multistage-build/, and advanced All about CMD and ENTRYPOINT in your Dockerfile https://container.training/intro-selfpaced.yml.html#181
5 Patterns for Success for Application Transformation Some good tips on running legacy applications in Docker
Adding health checks to containers https://howchoo.com/g/zwjhogrkywe/how-to-add-a-health-check-to-your-docker-container
Docking logging https://docs.docker.com/config/containers/logging/