Docker app a basic command

Source: Internet
Author: User
Tags docker stop container docker ps docker run

  1. Download a docker image

    Docker Pull CentOS

  2. Run an image interactively

    Docker Run-t-I Centos/bin/bash

  3. Delete a mirror

    Docker images

    Docker rmi "Image ID"

    If the image cannot be deleted, the container that uses the mirror is stopped

  4. To view a running container

    Docker PS

  5. View containers that have exited

    Docker Ps-a

  6. Delete a container

    Docker RM "Container ID"

  7. Search IP Address

    IP addr

  8. Create your own image using the Dockerfile command

    docker build -t centos:autosshd - < Dockerfile

  9. Close a container

    Docker Stop Container

  10. Open a container

    Docker Start container

  11. To connect a running container

    Docker attach "contain ID"



This article is from the "Common Documents" blog, so be sure to keep this source http://yujianglei.blog.51cto.com/7215578/1604819

Docker app a basic command

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.