CyCoreSystems / docker-meteor

Dockerfile and script for running Meteor on Docker
MIT License
120 stars 73 forks source link

Meteor failing when using the --name option? #11

Closed bjrnt closed 9 years ago

bjrnt commented 9 years ago

Hello,

I tried using the supplied command for running a container based on a GitHub repo, but when I add the --name parameter, e.g. --name=myapp, the app somehow fails. I get all the way to "Starting Meteor...", but then nothing happens. Is this a bug?

The reason I want to use --name to easily retrieve the IP of the container the container, e.g. docker inspect --format '{{ .NetworkSettings.IPAddress }}' myapp.

Any idea on how to solve this?

bjrnt commented 9 years ago

Sorry this was due to another service failing in the background which happened to coincide when I was running with the --name paramter!