I am not sure if I can use laravel sail in production. First question is, can I use laravel sail in production?
And if I can, how can I use laravel sail in production? I am trying to deploy a website using laravel sail. But when I try to execute sail up
command, it says Docker is not running
. But when I check systemctl status docker
, it says Docker is running
.
What do I need to do?