Sign inSign up

dannyben/debian

By dannyben

Updated about 3 years ago

Debian sandbox with non-root user

Image
0

278

dannyben/debian repository overview

Sandbox Debian Image

This debian image attempts to immitate a standard (non docker) ubuntu workstation.

It contains the essential packages pre-installed, and a non root user (with sudo privileges) named megatron

Usage

$ docker run --rm -it dannyben/debian

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

# root stuff goes here

USER megatron

Tag summary

Content type

Image

Digest

sha256:72be838bf

Size

244.8 MB

Last updated

about 3 years ago

docker pull dannyben/debian