Monolith to Microservices at Scale Lesson 3 Containers Using Docker: Modifying Containers
Modifying Containers
yt link
Docker images should be considered a single unit of deployment. You shouldn't be editing code or making changes to the system at all in a container. If something is broken, you build a new image and deploy that to a new c...
philipdevblog.hashnode.dev1 min read