How to enter the docker container
Docker292
description
Enter the docker container
command
docker exec -it mysql /bin/bash
parameter
exec : Run a command in a running container -i, --interactive : Keep STDIN open even if not attached -t, --tty : Allocate a pseudo-TTY
result
root@fbaf9d....:/#