Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 983 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 983 Bytes

docker-base

Docker base images to use for interactive tests or use in Dockerfile FROM statements.

Usage

Example interactive usage:

docker run --rm=true -it cmosetick/ubuntu-base:16.04 /bin/bash

docker run --rm=true -it cmosetick/alpine:latest bash

Flavors

ubuntu-16.04
ubuntu-14.04
ubuntu-12.04
alpine:latest aka alpine:3.3

NOTES

  • Alpine Linux container can use bash when ran as interactive container, rather than the Alpine default ash

  • All Ubuntu images include latest stable git from PPA git-core

  • Also include nano htop

  • Ubuntu images use West Coast USA optimized, high-speed, OSU OSL for package mirrors.

  • Package cache files have been purged, so if you do need to install new packages, update the cache first.

Hub Locations