Quantcast
Channel: Active questions tagged ubuntu - Stack Overflow
Viewing all articles
Browse latest Browse all 5962

Laravel Sail is not working properly in Ubuntu 20.04 LTS

$
0
0

Hi i tried to install fresh Laravel project usingLaravel Saildocker environment. First it was showing me "Docker is not running" error. Then i found out, i needed to start docker as rootless. I solved it, reading this url: [https://docs.docker.com/engine/install/linux-postinstall/].

After that, I successfully installed Laravel using Laravel Sail. Then I ran

./vendor/bin/sail up -d

I was able to view Laravel project in my browser. But when i ran any other artisan commands such as ./vendor/bin/sail artisan route:list or sail commands as sail shell, all the docker containers were forced closed automatically. It shows me this error.

Sail is not running.

You may Sail using the following commands: './sail up' or './sail up-d'

Any suggestions? I am getting this issue on Ubuntu 20.04 LTS version.


Viewing all articles
Browse latest Browse all 5962

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>