docker exec

Estimated reading time: 1 minute

Description

Run a command in a running container

Usage

docker exec [OPTIONS] CONTAINER COMMAND [ARG...]

Options

Name, shorthand Default Description
--detach, -d false Detached mode: run command in the background
--detach-keys   Override the key sequence for detaching a container
--env, -e   Set environment variables
--interactive, -i false Keep STDIN open even if not attached
--privileged false Give extended privileges to the command
--tty, -t false Allocate a pseudo-TTY
--user, -u   Username or UID (format: <name|uid>[:<group|gid>])

Parent command

Command Description
docker The base command for the Docker CLI.

Extended description

Alias for docker container exec.

chat icon Feedback? Suggestions? Can't find something in the docs?
Edit this page Request docs changes Get support
Rate this page: