Keep Your Docker Container Running for Debugging

Pascal Zwikirsch
Level Up Coding
Published in
4 min readFeb 2, 2022

--

A short guide to making your local Docker container keep running for debugging purposes.

Photo by Dominik Lückmann on Unsplash

Demo code

As usual, I have prepared a GitHub repository for you to see the finished code base and follow the steps described in this article.

--

--