Skip to content
Snippets Groups Projects
Commit 69806fe7 authored by Stefano Alberto Russo's avatar Stefano Alberto Russo
Browse files

Fixed bug in running Podman in the standaloneworker service.

parent c376dd24
No related branches found
No related tags found
No related merge requests found
......@@ -4,8 +4,9 @@
# (see https://stackoverflow.com/questions/4381618/exit-a-script-on-error)
set -e
# Fix FUSE permissions
# Fix FUSE and TUN permissions
chmod 777 /dev/fuse
chmod 777 /dev/net/tun
#---------------------
# Entrypoint command
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment