eolas/zk/Enter_into_a_Docker_container.md

13 lines
217 B
Markdown
Raw Normal View History

2025-05-04 18:01:46 +01:00
---
tags: [docker, procedural]
created: Thursday, April 24, 2025
---
# Enter into a Docker container
```sh
docker exec -it <container_name_or_id> bash
```
This will will open up a Bash shell at the container root.