Docker exec executes multiple commands in a detailed

Source: Internet
Author: User
Tags ssh

The Docker EXEC command is capable of executing commands in a running container. Use format for Docker EXEC commands: Docker exec [OPTIONS] container_name command [ARG ...]

Options Description:

-D, execute the command in the background;

-E, setting environment variables

-I, interactive mode

-T, setting the TTY

-U, user name or UID, e.g. Myuser:myusergroup


Normally command can only be a single statement, in order to support the execution of multiple commands, you need to connect multiple commands to the Shell,docker EXEC command to use the following example:

sudo docker exec mycontainer bash-c "cd/home/myuser/myproject && git fetch ssh://gerrit_server:29418/myparent/m Yproject ${gerrit_refspec} && git checkout Fetch_head ";
sudo docker exec mycontainer bash-c "Cd/home/myuser/myproject;git Fetch Ssh://gerrit_server:29418/myparent/myproject $ {Gerrit_refspec};git checkout Fetch_head ";

Note: For containers that have been paused or stopped, the Docker EXEC command cannot be executed, and an exception will be thrown as follows:

Docker pause MyContainer 
Docker exec MyContainer ...

Reference Links:

https://docs.docker.com/engine/reference/commandline/exec/


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.