you can map /var/run/docker.sock to /var/run/docker.sock as a persistent volume and it should work
sudo setfacl -m user:1000:rw /var/run/docker.sock
Run the above every time the host reboots.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
you can map /var/run/docker.sock to /var/run/docker.sock as a persistent volume and it should work
sudo setfacl -m user:1000:rw /var/run/docker.sock
Run the above every time the host reboots.