Skip to content

DannyBen/docker-archlinux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Sandbox Arch Linux Image

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

Usage

$ docker run --rm -it dannyben/archlinux

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/archlinux
USER root

# root stuff goes here

USER megatron

About

Sandbox Arch Linux Image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published