diff --git a/README.md b/README.md index 4ce0315..979fa71 100644 --- a/README.md +++ b/README.md @@ -314,7 +314,7 @@ Find out the ID of the container that you just ran: Once you have the ID, look for its IP address with: - docker inspect | grep IPAddress + docker inspect -f "{{ .NetworkSettings.IPAddress }}" Now SSH into the container as follows: @@ -352,7 +352,7 @@ Find out the ID of the container that you just ran: Once you have the ID, look for its IP address with: - docker inspect | grep IPAddress + docker inspect -f "{{ .NetworkSettings.IPAddress }}" Now SSH into the container as follows: