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.
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?