3 lines
72 B
Bash
3 lines
72 B
Bash
|
|
ID=$(docker ps -f ancestor=cmc:latest -q)
|
||
|
|
docker exec -it $ID /bin/bash
|