Editing Docker exec

Jump to navigation Jump to search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
{{lowercase}}
 
 
https://docs.docker.com/engine/reference/commandline/exec/
 
https://docs.docker.com/engine/reference/commandline/exec/
  
docker exec -it my_container sh -c "echo a && echo b"
 
  
* '''Login'''/[[Connect into a running container]]:
+
* '''Login/Connect''' into a running container:
 
** <code>[[docker exec]]<ref>https://docs.docker.com/engine/reference/commandline/exec/</ref> -it <my_container_name> bash</code>
 
** <code>[[docker exec]]<ref>https://docs.docker.com/engine/reference/commandline/exec/</ref> -it <my_container_name> bash</code>
** <code>[[docker exec]]<ref>https://docs.docker.com/engine/reference/commandline/exec/</ref> -it <my_container_name> ps</code>
 
 
** <code>docker exec -it <my_container_name> sh</code>
 
** <code>docker exec -it <my_container_name> sh</code>
 
** <code>[[docker run]] -it --user USER_NAME CONTAINER_NAME</code>  
 
** <code>[[docker run]] -it --user USER_NAME CONTAINER_NAME</code>  
Line 13: Line 10:
 
  docker exec -it CONTAINER_NAME sh
 
  docker exec -it CONTAINER_NAME sh
 
  unable to find user nginx: no matching entries in passwd file
 
  unable to find user nginx: no matching entries in passwd file
 
docker exec -it festive_lewin sh
 
Error response from daemon: Container 2391a43638f822b1dc3e8d8c79c461959de2238c48d580c7092d5a278e5bd792 [[is not running]]
 
  
 
  docker exec -u 0 -it CONTAINER_NAME  bash
 
  docker exec -u 0 -it CONTAINER_NAME  bash
  
=== Show [[Environment variables]] ===
+
== Related commands ==
docker exec [[CONTAINER_NAME]] [[env]]
 
docker exec [[CONTAINER_NAME]] [[printenv]]
 
 
 
== Activities ==
 
* [[Connect into a running container]]
 
 
 
== Related ==
 
 
* <code>[[kubectl exec]]</code>
 
* <code>[[kubectl exec]]</code>
* <code>[[podman exec]]</code>
 
* <code>[[crictl exec]]</code>
 
 
* <code>[[docker system events]] --since '240m' | grep bash</code>
 
* <code>[[docker system events]] --since '240m' | grep bash</code>
 
* <code>[[podman attach]]</code>
 
* <code>[[podman attach]]</code>
 
* <code>[[docker attach]]</code>
 
* <code>[[docker attach]]</code>
 
* <code>[[docker-compose exec]]</code>
 
* <code>[[docker-compose exec]]</code>
* [[Dsh]] [[Bash]] alias function for <code>docker exec -it CONTAINER_NAME [[bash|sh]]</code>
+
* [[Dsh]] alias for <code>docker exec -it CONTAINER_NAME [[bash|sh]]</code>
* <code>[[is restarting, wait until the container is running]]</code>
 
* [[aws ecs execute-command]]
 
* CTRL-p CTRL-q detach key sequence produces no effect, but pressing CTRL-c or typing exit terminates the container.
 
  
 
== See also ==
 
== See also ==
* {{docker exec}}
+
* {{docker}}
* {{docker cmd}}
 
 
 
  
  
 
[[Category:Docker]]
 
[[Category:Docker]]

Please note that all contributions to wikieduonline may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Wikieduonline:Copyrights for details). Do not submit copyrighted work without permission!

Cancel Editing help (opens in new window)

Advertising: