
Using the image: ``` $ docker run --rm -it --user 1000 gcr.io/google_containers/nonewprivs:1.0 Effective uid: 0 $ docker run --rm -it --user 1000 --security-opt no-new-privileges gcr.io/google_containers/nonewprivs:1.0 Effective uid: 1000 ``` Signed-off-by: Jess Frazelle <acidburn@google.com>
2 lines
4 B
Plaintext
2 lines
4 B
Plaintext
nnp
|