slinorb
slinorb
Tried that and could not reproduce: ```bash NAME CONTAINER CPU % scylla1 f88205c6a8e4 4.41% ``` Checked the activity monitor and there was no high CPU usage for OrbStack processes either.
Tried `5.4.6` tag and the CPU was still around `5%`. Even tried `linux/amd64` (`platform: linux/amd64`) image and the CPU usage was around `10%`.
Just add `--privileged` to the docker run command.
Does the container image use `systemd` to start the `nginx.service`? Most of container images start the application directly instead of using an init system like `systemd`.
@viewhang Does chrome has proxy settings? What is output of `curl -v https://api-license.orbstack.dev/api/v1/app/start_auth`?
Is it a raw partition or an image file?
You can uncheck "Allow access to container domains & IPs" or "Enable HTTPS for container domains" in Settings->Network. Or provide outputs from "curl -v https://magento2.dev".
The VSCode is configured to handle `.sh` script file instead of executing it on your system.
@97albertus Please upload a diagnostics report if possible.
This seems to be a bug with `local-path-provisioner` which does not honor `Delete` persistentVolumeReclaimPolicy. To work around the issue you can use PVC only without binding to a specific PV....