Yeasir Arafat
Yeasir Arafat

Reputation: 2191

Laravel 'sail up' does not work on production server

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?

Upvotes: 0

Views: 1877

Answers (2)

Rúbem de Sousa
Rúbem de Sousa

Reputation: 21

Laravel Sail is a development environment so I don't think it's meant for production. https://laravel.com/docs/8.x/sail#introduction

Upvotes: 2

xpredo
xpredo

Reputation: 1543

Docker cannot start on Windows

cmd

"C:\Program Files\Docker\Docker\DockerCli.exe" -SwitchDaemon

power shell

 & 'C:\Program Files\Docker\Docker\DockerCli.exe' -SwitchDaemon

Upvotes: 0

Related Questions