docker exec -it 两种方式

1
2
3
docker ps
docker exec -it <CONTAINER ID> bash
docker exec -it <NAMES> bash