-
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error systemctl when run inside docker container #96
Comments
This package only supports Linux including Ubuntu, Debian, and Mint. |
@MohsenAbrishami Sorry for the late reply. |
as far as I know, Docker containers do not include a full systemd setup because it goes against the design principles of Docker. Systemd is an init system responsible for managing processes and services on a Linux system, and running it inside a Docker container can lead to complications. I don't recommend trying to install Systemctl inside a docker container. Temporarily, you can disable web_server config and ignore this error. |
@MohsenAbrishami thank you for your work hard. |
php artisan stethoscope:listen
php artisan stethoscope:monitor
sh: 1: systemctl: not found
The text was updated successfully, but these errors were encountered: