docker-compose run and exec: No container found
问题 I was trying to open a second terminal un a docker with docker-compose. First run the container with docker-compose run my-centos bash And when I try to open a second terminal docker-compose exec my-centos bash I get the message ERROR:No container found for my_centos_1 If I search the name of running container I get CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 34a95b44f0a2 centos6 "bash" 9 minutes ago Up 9 minutes docker_my-centos_run_1 why docker-compose exec search docker_my_centos