Basic Ubuntu container to be used as the base for all our other containers.
542
This is a base container for all other Ubuntu containers.
> 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
> docker run -t -i codered/ubuntu-base
Content type
Image
Digest
Size
116 MB
Last updated
over 9 years ago
docker pull codered/ubuntu-base