Basic operation of cloud Docker

Docker basic operations

  1. the root user has permission to operate
  2. docker images have been mirrored View
  3. docker run run a command in a mirror
  4. Docker start before the opening of one or more containers
  5. dokcer attach a running into the container
  6. docker inspect view basic information about a container
Published 204 original articles · won praise 59 · Views 140,000 +

Guess you like

Origin blog.csdn.net/baidu_34122324/article/details/102524032