From 16549006440009ca4ece80be2f401a3df615eaec Mon Sep 17 00:00:00 2001 From: StephaneC Date: Wed, 19 Aug 2015 14:46:28 +0200 Subject: [PATCH 1/2] fix ubuntu --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a5c60b3..e8bece9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ # # Pull base image. -FROM dockerfile/ubuntu +FROM ubuntu # Add files. ADD bin/rabbitmq-start /usr/local/bin/ From 8ae2c4b84ab00a3ac07e27a027c49d00e30f3966 Mon Sep 17 00:00:00 2001 From: StephaneC Date: Wed, 19 Aug 2015 15:15:55 +0200 Subject: [PATCH 2/2] fix ubuntu --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9005394..5870dbf 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,14 @@ This repository contains **Dockerfile** of [RabbitMQ](http://www.rabbitmq.com/) ### Base Docker Image -* [dockerfile/ubuntu](http://dockerfile.github.io/#/ubuntu) +* [ubuntu](http://dockerfile.github.io/#/ubuntu) ### Installation 1. Install [Docker](https://www.docker.com/). -2. Download [automated build](https://registry.hub.docker.com/u/dockerfile/rabbitmq/) from public [Docker Hub Registry](https://registry.hub.docker.com/): `docker pull dockerfile/rabbitmq` +2. Download [automated build](https://registry.hub.docker.com/u/dockerfile/rabbitmq/) from public [Docker Hub Registry](https://registry.hub.docker.com/): `docker pull rabbitmq` (alternatively, you can build an image from Dockerfile: `docker build -t="dockerfile/rabbitmq" github.com/dockerfile/rabbitmq`)