Magento2 icon indicating copy to clipboard operation
Magento2 copied to clipboard

ERROR: No container found for apache_1

Open HosMercury opened this issue 3 years ago • 4 comments

./shell Gave me that ERR

HosMercury avatar Sep 03 '20 17:09 HosMercury

I get the same error too.

SamCritch avatar Oct 12 '20 12:10 SamCritch

Same error for me.. The only thing I can see happening before that is that after cloning and running init curl -s https://raw.githubusercontent.com/clean-docker/Magento2/master/init | bash -s MYMAGENTO2 clone

I can see the the docker-sync command fails: start: line 3: docker-sync: command not found

telefonosuci avatar Dec 23 '20 23:12 telefonosuci

You need to run docker-compose up -d before running the ./shell.

If you look inside the ./shell file, you'll find that it tries to execute the bash command on an active container.

amaankulshreshtha avatar Feb 06 '21 04:02 amaankulshreshtha

You should install docker-sync before you pull the images gem install docker-sync

abdelrahman-iaaly-cko avatar Feb 10 '21 13:02 abdelrahman-iaaly-cko