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

Docker command does not work out-of-the-box with boot2docker on mac #2

Open
friggingee opened this issue Jul 1, 2014 · 1 comment
Assignees

Comments

@friggingee
Copy link

I tried to use the provided command example but ran into the following issues:

$ docker run -t -i --rm=true -h graylog2 --name graylog2 --dns $(docker inspect -f '{{ .NetworkSettings.IPAddress }}' master) -p 9000:9090 -p 12900:12900 qnib/graylog
Error: No such image or container: master
Unable to find image '9000:9090' locally
Pulling repository 9000
2014/07/01 16:39:33 HTTP code: 404

The parameter syntax seems to have changed in the latest docker version and/or is different for boot2docker

@ChristianKniep
Copy link
Owner

Bonjour, the README is a little bit old'n'dusted. In my context of a HPC cluster stack I spawn a container that provides basic functionalities (DNS, Inventory) and all the other containers reference on this one. It is not necessary, so you could just run:

$ docker run -t -i --rm=true -h graylog2 --name graylog2 -p 9000:9090 -p 12900:12900 qnib/graylog

I will revisit the README, since there is another issue open that I have to address.

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