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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -160,7 +160,7 @@ $ sudo emerge -a app-emulation/img
160
160
161
161
#### Running with Docker
162
162
163
-
Docker image `r.j3ss.co/img` is configured to be executed as an unprivileged user with UID 1000 and it does not need `--privileged` since `img` v0.5.9.
163
+
Docker image `r.j3ss.co/img` is configured to be executed as an unprivileged user with UID 1000 and it does not need `--privileged` since `img` v0.5.10.
164
164
165
165
```console
166
166
$ docker run --rm -it \
@@ -180,7 +180,7 @@ See [docker/cli patch](#upstream-patches) for how to allow mounting `/proc` with
180
180
181
181
### Running with Kubernetes
182
182
183
-
Since `img` v0.5.9, you don't need to specify any `securityContext` for running `img` as a Kubernetes container.
183
+
Since `img` v0.5.10, you don't need to specify any `securityContext` for running `img` as a Kubernetes container.
184
184
185
185
However the following security annotations are needed:
0 commit comments