Uses Ubuntu 14.04 LTS, Added locales for en_GB, timeszone, base utils etc
This repository contains Dockerfile of Ubuntu for Docker's automated build published to the public Docker Hub Registry.
-
Install Docker.
-
Download automated build from public Docker Hub Registry:
docker pull rednut/ubuntu
(alternatively, you can build an image from Dockerfile:
docker build -t="rednut/ubuntu" github.com/rednut/docker-ubuntu
)
docker run -it --rm rednut/ubuntu