217 B
217 B
tags | created | ||
---|---|---|---|
|
Thursday, April 24, 2025 |
Enter into a Docker container
docker exec -it <container_name_or_id> bash
This will will open up a Bash shell at the container root.