Login
Discover
Waves
Communities
Login
Signup
Ecency
/
#docker
/
running bash in a docker
running bash in a docker
fortunex
(42)
Published in
#docker
Words
31
Reading
1 min
Listen
Play
9y
The docker conainer may be in the background
docker exec /bin/bash ---> this doesn't work
The right command is:
docker exec -i -t 8479103adbe2 /bin/bash
where 8479103adbe2 is the image id.
Show 3 comments
running bash in a docker | Ecency
theolujay ·
8 months ago