cmc-sales/enter_docker.sh
2018-12-16 14:23:18 +11:00

3 lines
72 B
Bash

ID=$(docker ps -f ancestor=cmc:latest -q)
docker exec -it $ID /bin/bash