Skip to content

DannyBen/docker-debian

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Sandbox Debian docker image with non-root user

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published