Sign inSign up

dannyben/archlinux

By dannyben

Updated 8 months ago

Sandbox Arch Linux

Image
0

267

dannyben/archlinux repository overview

Sandbox Arch Linux Image

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

Usage

$ docker run --rm -it dannyben/archlinux

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

# root stuff goes here

USER guest

Tag summary

Content type

Image

Digest

sha256:c9838a1e8

Size

445 MB

Last updated

8 months ago

docker pull dannyben/archlinux