Sign inSign up

dannyben/fedora

By dannyben

•Updated about 3 years ago

Sandbox Fedora Image

Image
0

278

dannyben/fedora repository overview

⁠Sandbox Fedora Image

This is a base Fedora image, with a non-root user named guest and base packages installed.

⁠Usage

$ docker run --rm -it dannyben/fedora

⁠Using it as a base image

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

Tag summary

Content type

Image

Digest

sha256:3caf22e83…

Size

513.4 MB

Last updated

about 3 years ago

docker pull dannyben/fedora