Docker Command-run

Source: Internet
Author: User

Run in Docker represents a running container: a list of constants

Name Use Example
-A,--attach=[] Specify standard input and output content type, optional stdin/
Stdout/stderr three items;
-D,--detach=false Run the container in the background and return the container ID;
-I.,--interactive=false Run the container in interactive mode, usually in conjunction with-t;
-T,--tty=false Reassign a pseudo-input terminal to a container, usually in conjunction with-I;
--name= "NGINX-LB" Specify a name for the container;
--dns 8.8.8.8 Specifies the DNS server used by the container, with default and host consistency;
--dns-search example.com Specifies the container DNS search domain name, default and host consistent;
-H "Mars" Specifies the hostname of the container;
-E username= "Ritchie" setting environment variables;
--env-file=[] Reads from the specified file into the environment variable;
--cpuset= "0-2" or--cpuset= "0,1,2" Binds the container to the specified CPU to run;
--net= "Bridge" Specifies the network connection type of the container, supports bridge/
Host/none
Four types of container:<name|id>

Docker Command-run

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.