Docker Commands General CMD Show list of dockers: docker ps copy CMD cp Host Web Server python3 -m http.server 1337 Bash into Docker container docker exec -it bash accesed via SSH allows to run cmds as the container Make Dockerfile https://stackoverflow.com/questions/45152426/create-docker-compose-file-from-dockerfile Enable SSH and Root cd sr