Ran linting on README
This commit is contained in:
parent
6f58d845a6
commit
eb501349bc
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ docker run \
|
||||||
The Podman setup is similar to Docker but changes a few flags to run under a User Namespace instead of root. To run Pinchflat under Podman and use the current user's UID/GID for file access run this:
|
The Podman setup is similar to Docker but changes a few flags to run under a User Namespace instead of root. To run Pinchflat under Podman and use the current user's UID/GID for file access run this:
|
||||||
|
|
||||||
```
|
```
|
||||||
podman run \
|
podman run \
|
||||||
--security-opt label=disable \
|
--security-opt label=disable \
|
||||||
--userns=keep-id --user=$UID \
|
--userns=keep-id --user=$UID \
|
||||||
-e TZ=America/Los_Angeles \
|
-e TZ=America/Los_Angeles \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue