Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR: No container found for apache_1 #118

Open
HosMercury opened this issue Sep 3, 2020 · 4 comments
Open

ERROR: No container found for apache_1 #118

HosMercury opened this issue Sep 3, 2020 · 4 comments

Comments

@HosMercury
Copy link

./shell
Gave me that ERR

@SamCritch
Copy link

I get the same error too.

@telefonosuci
Copy link

telefonosuci commented Dec 23, 2020

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

@amaankulshreshtha
Copy link

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.

@abdelrahman-iaaly-cko
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants