Sometimes we want to execute a command in a container but don't want to enter the container. What to do then? So the script can be written like this #!/bin/bash DOCKER_ID=62f3f40ab240 sudo docker exec -it $DOCKER_ID /bin/bash -c 'cd /packages/detectron && python tools/train.py' done Supplementary knowledge: Solve the problem of seamlessly calling shell commands between Docker containers and host machines I won't say any more nonsense, let's see the solution~
(Add privilege permissions to the docker container and set pid: "host") The above article about how to execute a command in a container outside the container is all I have to share with you. I hope it can give you a reference. I also hope that you will support 123WORDPRESS.COM. You may also be interested in:
|
<<: MySQL trigger usage scenarios and method examples
>>: About VSCode formatting JS automatically adding or removing semicolons
Preface In the process of continuous code deliver...
The installation tutorial of mysql 8.0.11 winx64 ...
Table of contents 0x01. Install the Pagoda Panel ...
This article example shares the specific code for...
Solution to forgetting MySQL password: [root@loca...
Table of contents 1. Get to know Teleport 2. Basi...
For example, when you create a new table or updat...
Environment: CentOS 7.1.1503 Minimum Installation...
This article shares the specific code of canvas t...
Two cases: 1. With index 2. Without index Prerequ...
The content of the written Dockerfile is: FROM py...
Use of v-on:clock in Vue I'm currently learni...
Recently, I was adding a series of statistical fu...
After the application is containerized, when the ...
1. px px is the abbreviation of pixel, a relative...