--- tags: [docker, procedural] created: Thursday, April 24, 2025 --- # Enter into a Docker container ```sh docker exec -it bash ``` This will will open up a Bash shell at the container root.