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

docker pull debian
docker run -it debian /bin/bash