You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm new to docker (and skydock obviously) and trying to get set up. In the README, you state the following:
First get the IP address of the docker0 bridge. We will need to know the IP of the bridge so that we can tell skydns to bind it's nameserver to that IP.
Is there a simple way to get the IP Address of the docker0 bridge? I can obviously spin up container and do ifconfig, but wondering if docker had a command to get this information out so that in an upstart script it would be easy to run the skydns container on the right IP.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi there,
I'm new to docker (and skydock obviously) and trying to get set up. In the README, you state the following:
First get the IP address of the docker0 bridge. We will need to know the IP of the bridge so that we can tell skydns to bind it's nameserver to that IP.
Is there a simple way to get the IP Address of the
docker0
bridge? I can obviously spin up container and doifconfig
, but wondering if docker had a command to get this information out so that in an upstart script it would be easy to run the skydns container on the right IP.Thanks!
The text was updated successfully, but these errors were encountered: