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:
Florent BENOIT 2022-11-23 20:06:54 +01:00 committed by GitHub
parent bab4f4a936
commit 5cdfbde50e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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