Start a Bash shell within a Docker container

Runs a Bash subshell within a Docker container.

Authored by: larsks
Brought to you by Warp, a free terminal reimagined to work like a modern app.
container_name

Command
Copy
docker exec -it container_name bash
Tags