Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.48 KB

README.md

File metadata and controls

36 lines (27 loc) · 1.48 KB

nsquarednz/base-ubuntu

Based upon Ubuntu Linux and S6 overlay, this serves as a base template container for all other docker containers created by nsquarednz.

ubuntu

Features:

Base: Ubuntu
Init: s6 overlay
Additinal applications: bash-completion
ca-certificates
coreutils
curl
nano
tar
tzdata
unzip
vim
xz-utils

Configuration:

  • Configuration is stored in /config/
  • Application binaries can be installed to /app
  • Default user name "docker"
  • Hosts file configurable in /config/hosts

Additional params to your container:

  • -e PGID for setting the GroupID of the default user
  • -e PUID for setting the UserID of the default user