Skip to content

DannyBen/docker-fedora

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Sandbox Fedora Image

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

Usage

$ docker run --rm -it dannyben/fedora

Using it as a base image

Since this image sets the user to megatron, 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 megatron

About

Sandbox Fedora Image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published