Difference between revisions of "Docker"

From HoerupWiki
Jump to: navigation, search
(misc)
Line 11: Line 11:
 
=misc=
 
=misc=
 
show container IP
 
show container IP
<code>docker inspect -f '&#7B; .NetworkSettings.IPAddress }}' containername</code>
+
 
 +
docker inspect -f '&#7B; .NetworkSettings.IPAddress }}' containername<

Revision as of 10:59, 7 February 2017

XenServer

Windows 2016

misc

show container IP

docker inspect -f '&#7B; .NetworkSettings.IPAddress }}' containername<