This is a base Fedora image, with a non-root user named guest and base
packages installed.
$ docker run --rm -it dannyben/fedora
Since this image sets the user to guest, if you need to execute commands
that require root access in your image, you need to use this pattern:
FROM dannyben/fedora
USER root
# root stuff goes here
USER guest
Content type
Image
Digest
sha256:3caf22e83…
Size
513.4 MB
Last updated
about 3 years ago
docker pull dannyben/fedora