This is a base Arch Linux image, with a non-root user named guest and base packages installed.
$ docker run --rm -it dannyben/archlinux
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
Content type
Image
Digest
sha256:c9838a1e8…
Size
445 MB
Last updated
8 months ago
docker pull dannyben/archlinux