„README.md“ ändern

This commit is contained in:
2020-10-28 21:07:11 +01:00
parent 9d818e797e
commit a015dd6b62

View File

@@ -1,2 +1,5 @@
# docker-debian-playground
# Debian-Playground Docker
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.