Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 303 Bytes

File metadata and controls

21 lines (17 loc) · 303 Bytes

Useful Docker Commands I have learned

List all container on system

docker container ls

List Running Containers

docker status

Restart a Container

docker-compose restart [Service Name]

Recompile a Container

docker-compose [contianter]