Closed tsparksh closed 3 years ago
Laravel octane did not start in docker, there may be a problem with your steps
Laravel octane did not start in docker, there may be a problem with your steps
I started it with php artisan octane:start --host=0.0.0.0
(pid 324) and it's running
At this point, we've multiple users that have followed this guide, and didn't had issues running Octane in Docker containers. So this must be an issue with the way you've setup Octane in your Docker container.
Can you first please try one of the support channels below? If you can actually identify this as a bug, feel free to report back and I'll gladly help you out and re-open this issue.
Thanks!
Description:
php artisan octane:status
in docker container tells that octane is not running, while it actually is.php artisan octane:start
does nothing, because port is already in use.It reproduced two times with my config, on Windows and Os X host machines.
Steps To Reproduce:
Not sure about the steps to reproduce. In my case: 1) Start octane via
php artisan octane:start
in docker container 2) Close the shell window 3) Wait ??? minutes/hours 4)php artisan octane:status
tells that octane is not running, whileps -a
tells the opposite