From beef92d7003d407ec6a608893fe4211eb3541c0d Mon Sep 17 00:00:00 2001 From: dotcomstu Date: Mon, 22 Dec 2014 23:20:51 +0000 Subject: [PATCH] updated doco --- README.md | 14 +++++++++----- VERSION | 2 +- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 73d4028..8060cd6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,11 @@ -## Ubuntu Dockerfile +## Ubuntu Dockerfile with Rednut Customisations +### Rednut Customisations +Uses Ubuntu 14.04 LTS, Added locales for en_GB, timeszone, base utils etc -This repository contains **Dockerfile** of [Ubuntu](http://www.ubuntu.com/) for [Docker](https://www.docker.com/)'s [automated build](https://registry.hub.docker.com/u/dockerfile/ubuntu/) published to the public [Docker Hub Registry](https://registry.hub.docker.com/). + + +This repository contains **Dockerfile** of [Ubuntu](http://www.ubuntu.com/) for [Docker](https://www.docker.com/)'s [automated build](https://registry.hub.docker.com/u/rednut/ubuntu/) published to the public [Docker Hub Registry](https://registry.hub.docker.com/). ### Base Docker Image @@ -13,11 +17,11 @@ This repository contains **Dockerfile** of [Ubuntu](http://www.ubuntu.com/) for 1. Install [Docker](https://www.docker.com/). -2. Download [automated build](https://registry.hub.docker.com/u/dockerfile/ubuntu/) from public [Docker Hub Registry](https://registry.hub.docker.com/): `docker pull dockerfile/ubuntu` +2. Download [automated build](https://registry.hub.docker.com/u/rednut/ubuntu/) from public [Docker Hub Registry](https://registry.hub.docker.com/): `docker pull rednut/ubuntu` - (alternatively, you can build an image from Dockerfile: `docker build -t="dockerfile/ubuntu" github.com/dockerfile/ubuntu`) + (alternatively, you can build an image from Dockerfile: `docker build -t="rednut/ubuntu" github.com/rednut/docker-ubuntu`) ### Usage - docker run -it --rm dockerfile/ubuntu + docker run -it --rm rednut/ubuntu diff --git a/VERSION b/VERSION index 48082f7..ca7bf83 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -12 +13 \ No newline at end of file