Skip to content

Instantly share code, notes, and snippets.

@cgwalters
Created February 21, 2019 20:33
Show Gist options
  • Save cgwalters/2104b282b6668808c41009f2a4e1301f to your computer and use it in GitHub Desktop.
Save cgwalters/2104b282b6668808c41009f2a4e1301f to your computer and use it in GitHub Desktop.
```
# 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