docker - Google Search

PHOTO EMBED

Thu Sep 08 2022 22:33:02 GMT+0000 (Coordinated Universal Time)

Saved by @sariohara #whatever #docker #grepper #google-search

docker ps # current containers
docker run # create and start the container
docker create # create container
dokcer exec # to run commnads in container for once
docker volume # create a docker volume
docker network # create a docker network
docker rm # remove container 
docker images # list the images
docker rmi # remove image
docker build # build a new image from dockerfile
docker push # push your image to docker repo
docker pull # download an image from docker repo
docker commit # create an image from container
content_copyCOPY

helped with managing Docker commands

https://www.google.com/search?q