May 15, 2020
Tips for writing docker files - Basic setup, Caching, root user, services organization, networking and resource limits
Docker has revolutionized how developers build and deploy applications, being one of the most popular container engine. Docker has support for different programming languages and runs natively on Linux, as opposed to virtual machines that mimic an entire operational system, docker containers run on Linux namespaces, removing the overhead that...