-
Notifications
You must be signed in to change notification settings - Fork 0
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
Documentation : can't execute command ??? #62
Comments
Hi, thanks for the feedback. I can't reproduce your problem. |
Hi,
|
I'm not sure but the problem might come from Compose. On Docker Desktop for Windows/WSL, |
OK, I'll take time to search docker or docker-ce without docker-composer as i use,. |
I use docker engine 20.10.14 with compose 2.4.1, the Github CI uses compose 2.4.1 as well. If upgrading compose doesn't solve the problem:
Maybe the installation silently failed and didn't copy all necessary files? docker run --rm --pull=always -t -e HOST_PWD=$PWD \
-v $PWD:/srv/app -v /var/run/docker.sock:/var/run/docker.sock \
numberninecms/installer myproject -v |
Hi,
After installing numberninecms with docker, as show in the documentation (Installation Docker one-liner), I want to create database and admin user.
in shell, in my project folder, i try to execute :
docker-compose exec php bin/console numbernine:user:create --admin
I obtain this answer :
ERROR: No container found for php_1
I've the same answer for other commands show in your documentation.
When i try to execute :
docker-composer up
It will launch the application, but i can't access to the docker instance and try to execute commands in its own shell.
Can you help mye please ?
Gilbert ARMENGAUD
Celtic34fr
Béziers - Occitanie - France
The text was updated successfully, but these errors were encountered: