docker,docker is installed on windows and centos7, docker exec
cannot enter the container. What is the reason:
D:\workspace\go_work
docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
0e2801cbb8bf 75835a67d134 "/bin/bash" 15 hours ago Up 9 seconds GoWeb
D:\workspace\go_work
docker exec it 0e2801cbb8bf /bin/bash
Error: No such container: it
Please help me, thank you