Skip to content

Gaffx/docker-cmds-cheatsheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

docker-cmds-cheatsheet

A bunch of useful Docker commands

docker images

docker run --name <container-name (not the image)> -it ubuntu bash

docker cp ./remnux_install.sh remnux-sift:/root

docker start -i <container-name>

docker stop <container-name>

docker rm <container-id> (get the container id using $docker ps -all) then delete the image using :

docker rmi <container-name>

docker ps -all

About

A bunch of useful Docker commands

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published