docker note

docker common command

remove no tag images

docker rmi $(docker images -q --filter "dangling=true")
docker on runoob
difference between image and container
dockerfile tutorial

docker inspect # view container dockerfile
docker exec # run command in running container
docker-compose # Compose is a tool for defining and running multi-container Docker applications

posted @ 2018-04-04 17:12  随便了888  阅读(126)  评论(0)    收藏  举报