Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to your Quick Start #1

Closed
a-nldisr opened this issue Jan 13, 2014 · 1 comment
Closed

Update to your Quick Start #1

a-nldisr opened this issue Jan 13, 2014 · 1 comment
Assignees

Comments

@a-nldisr
Copy link

Hi,

Great work on the docker images.
There is a quick suggestion for improvement, only a minor, on my part.

In your Quickstart there is something missing, currently its:

Quick Start

Run the redmine image

REDMINE=$(sudo docker run -d redmine)
REDMINE_IP=$(sudo docker inspect $REDMINE | grep IPAddres | awk -F'"' '{print $4}')

This will generate this error:

REDMINE=$(sudo docker run -d redmine)Unable to find image 'redmine' (tag: latest) locally
Pulling repository redmine
2014/01/13 17:29:02 HTTP code: 404

It should be:

Quick Start

Run the redmine image

REDMINE=$(sudo docker run -d sameersbn/redmine)
REDMINE_IP=$(sudo docker inspect $REDMINE | grep IPAddres | awk -F'"' '{print $4}')

As i said, something minor. 👍 Thanks for the docker-redmine environment!

@ghost ghost assigned sameersbn Jan 13, 2014
@sameersbn
Copy link
Owner

@a-nldisr fixed and thanks for the appreciation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants