Back to Developer Roadmap

Hot Reloading in Docker

src/data/roadmaps/docker/content/[email protected]

4.0550 B
Original Source

Hot Reloading in Docker

Even though we can speed up the image building with layer caching enable, we don't want to have to rebuild our container image with every code change. Instead, we want the state of our application in the container to reflect changes immediately. We can achieve this through a combination of bind mounts and hot reloading utilities!

Visit the following resources to learn more: