Skip to content

Commit

Permalink
updated doco
Browse files Browse the repository at this point in the history
  • Loading branch information
rednut committed Dec 22, 2014
1 parent 13c94be commit beef92d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12
13

0 comments on commit beef92d

Please sign in to comment.