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/ 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`)