# docker ps -a
To list containers
To list all containers
To list images
To delete a image
To commit a running container to an image
To list volumes
To inspect volumns
To inspect containers
To build a new image
To run container
To mount volume
To back volume
To sping a new docker with Volume
login to dockerhub and tag a committed image and push it to dockerhub
docker login
this would prompt for username and password
docker tag example_image:1.0.0 myexampleusernameMUST/example_image:1.0.0
docker push myexampleusernameMUST/example_image:1.0.0
Docker Compose
docker compose
Docker Volume