Run Debian on Docker Container July 2, 2023 Here’s how to run Debian on a Docker container. docker pull debian docker run -it debian /bin/bash