mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 17:47:22 +00:00
fix: add docker socket access (#894)
fixes https://github.com/containers/podman-desktop/issues/870 Change-Id: I5962eebd18097880e2eb34c9bb95faed16e7ccb0 Signed-off-by: Florent Benoit <fbenoit@redhat.com> Signed-off-by: Florent Benoit <fbenoit@redhat.com>
This commit is contained in:
parent
bab4f4a936
commit
5cdfbde50e
1 changed files with 2 additions and 0 deletions
|
|
@ -86,6 +86,8 @@ const config = {
|
|||
'--filesystem=home',
|
||||
// Read podman socket
|
||||
'--filesystem=xdg-run/podman:create',
|
||||
// Read docker socket
|
||||
'--filesystem=/run/docker.sock',
|
||||
// Allow communication with network
|
||||
'--share=network',
|
||||
// System notifications with libnotify
|
||||
|
|
|
|||
Loading…
Reference in a new issue