You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The container runs dcache as uid 994 and gid 1000. The argument `-u 0:0` tells podman to run it as root, which is mapped to the local user that starts the container.
105
+
The argument passed to the container is the dcache domain to start. In the example above, it will start the domain `my-domain` defined in the local layout file
106
+
`my-layout.conf`. If no argument is provided, that domain with the container hostname (value returned by the hostname command inside the container) is started.
0 commit comments