You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
D:\Elearning\PaulRedmond\docker-for-php\docker-app>docker-compose exec app bash
ERROR: No container found for app_1
I followed till '11 - Laravel - A Custom Start Script for Laravel '
and it was ok and worked.
It worked at the end of "10 - Laravel - A Flexible XDebug Configuration".
Yet at the end of '11 - Laravel - A Custom Start Script for Laravel '
it stopped to work.
Same code, same commands,
I made several times:
docker-compose down
docker system prune
docker-compose build app
docker-compose up -d
==> Here it should work yet it doesn't, trying
docker-compose exec app bash
ERROR: No container found for app_1
Why is it? How to fix?
Thanks!
The text was updated successfully, but these errors were encountered:
D:\Elearning\PaulRedmond\docker-for-php\docker-app>docker-compose exec app bash
ERROR: No container found for app_1
I followed till '11 - Laravel - A Custom Start Script for Laravel '
and it was ok and worked.
It worked at the end of "10 - Laravel - A Flexible XDebug Configuration".
Yet at the end of '11 - Laravel - A Custom Start Script for Laravel '
it stopped to work.
Same code, same commands,
I made several times:
docker-compose down
docker system prune
docker-compose build app
docker-compose up -d
==> Here it should work yet it doesn't, trying
docker-compose exec app bash
ERROR: No container found for app_1
Why is it? How to fix?
Thanks!
The text was updated successfully, but these errors were encountered: