Sign inSign up

codered/ubuntu-base

By codered

Updated over 9 years ago

Basic Ubuntu container to be used as the base for all our other containers.

Image
0

542

codered/ubuntu-base repository overview

Basic Ubuntu container to be used as the base for all our other containers.

This is a base container for all other Ubuntu containers.

To Build

> docker build --tag codered/ubuntu-base . # normal build
> docker build --no-cache=true --force-rm=true --tag codered/ubuntu-base. # force a full build
> docker push codered/ubuntu-base # send it to docker hub

To Run

>  docker run -t -i codered/ubuntu-base


Tag summary

Content type

Image

Digest

Size

116 MB

Last updated

over 9 years ago

docker pull codered/ubuntu-base