Here’s how to run Debian on a Docker container.

<pre lang="bash">
docker pull debian
docker run -it debian /bin/bash