Created
February 21, 2019 20:33
-
-
Save cgwalters/2104b282b6668808c41009f2a4e1301f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
``` | |
# rpm -q podman && podman run --privileged --rm -ti --entrypoint bash -u 1000 localhost/cgwalters/fedora-dev:29 -c 'rpm -q podman && sudo su - walters -c "podman images"' | |
podman-1.0.0-1.git82e8011.fc29.x86_64 | |
podman-1.0.0-1.git82e8011.fc29.x86_64 | |
ERRO[0000] cannot setup namespace using newuidmap: exit status 1 | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment