You'll gonna have to install Laravel Sail dependencies after cloning your project from your repository with the following commands... docker run --rm \ -u "$(id -u):$(id -g)" \ -v $(pwd):/var/www/html \ -w /var/www/html \ laravelsail/php81-composer:latest \ composer install --ignore-platform-reqs
I got this error System has not been booted with systemd as init system (PID 1). Can't operate. Failed to connect to bus: Host is down Not sure how to proceed
Thank you I installed docker and ubuntu. It was smooth tutorial which is led to the conclusion
At last, I have successfully run the docker + laravel. Salamat lods!
Glad it helped! 😊
Thankyou. Very easy way to tech.
Glad it helped
hi, how do i import my projct to laravel sail? instead of using the example app
You'll gonna have to install Laravel Sail dependencies after cloning your project from your repository with the following commands...
docker run --rm \
-u "$(id -u):$(id -g)" \
-v $(pwd):/var/www/html \
-w /var/www/html \
laravelsail/php81-composer:latest \
composer install --ignore-platform-reqs
I got this error
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down
Not sure how to proceed
Were u able to continue or stuck with that error? Also what step were you at before you encountered that error?
The best tutorial, thanks.
Glad it was helpful!
is docker working on AMD 2200g cpu and AM4 motherboard ?
try to review the requirements here --> docs.docker.com/docker-for-windows/install/
nice parekoy, tuts!!
Thanks parekoy 😁
Please go to the next step