github.io/content/blog/apprentice/docker.en.md

661 B

date draft aliases categories series tags chroma toc title description
2022-06-11T17:33:55Z true
docker
apprentice
programming
devops
docker
false true Docker Introduction to Docker for local development and production deployment ready images.

Docker is a super container management system that let's you isolate programs and services running on servers. This is very useful, both during development and for production deployment. Because all dependencies may be bundled into the "docker image", and if the program/service is hacked. The adversary will only have access to the container. Which with proper configuration