Skip to content

Instantly share code, notes, and snippets.

@MizukiSonoko
Created July 27, 2015 16:50
Show Gist options
  • Save MizukiSonoko/6afdea740be593afca25 to your computer and use it in GitHub Desktop.
Save MizukiSonoko/6afdea740be593afca25 to your computer and use it in GitHub Desktop.
#! /bin/sh
id=`sudo docker ps --latest --quiet`
sudo docker inspect --format '{{ .NetworkSettings.IPAddress }}' $id
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment