docker-latest-exec (1) Linux Manual Page
docker-exec – Run a command in a running container Synopsisdocker exec [-d|–detach] [–detach-keys[=[]]] [–help] [-i|–interactive] [–privileged] [-t|–tty] [-u|–user[=USER]] CONTAINER COMMAND [ARG…] DescriptionRun a process in a running container. The command started using docker exec will only run while the container’s primary process (PID 1) is running, and will not be restarted if the container is…
