Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 159 Bytes

docker_cheatsheet.md

File metadata and controls

11 lines (9 loc) · 159 Bytes

Docker Cheatsheet

Stop the container

docker stop hadoop

Remove the container (required if you want to restart it)

docker rm /hadoop