This is a simple Docker container that will start up Debian Buster, you can connect to it by typing in your console 'docker exec -ti CONTAINERNAME /bin/bash' after that if you want to become a non root user type in 'su $USER'
I would recommend to create a bind mapping to the '/debian' directory (this is the home directory) to keep your work saved.