Get started with docker

2018-09-29  本文已影响0人  修夏起泡

Docker concepts:
Docker is a platform for developers and sysadmins to develop, deploy, and run applications with containers

Containerization's advantages:

Images and containers

Containers and virtual machines

  1. list the images that was downloaded to your machine

docker image ls

  1. list containers which exits after displaying its message. If it were still running, you would not need to use --all option

docker container list --all

上一篇 下一篇

猜你喜欢

热点阅读