Difference between revisions of "Docker"

From HoerupWiki
Jump to: navigation, search
 
Line 15: Line 15:
  
 
==Important Note==
 
==Important Note==
Due to [https://blogs.technet.microsoft.com/virtualization/2016/05/25/windows-nat-winnat-capabilities-and-limitations/limitations in windows nat ] you can <b>not</b> access any ports mapped with -p from the windows host itself!
+
Due to [https://blogs.technet.microsoft.com/virtualization/2016/05/25/windows-nat-winnat-capabilities-and-limitations/ limitations in windows nat ] you can <b>not</b> access any ports mapped with -p from the windows host itself!
  
  

Latest revision as of 15:34, 7 February 2017

XenServer

Windows 2016


You can afterwards upgrade docker to 1.13 by downloading from Docker, and after installation via AddPackage overwrite docker.exe and dockerd.exe with the ones from the zip file. Restart the the vm and check with docker version.


Important Note

Due to limitations in windows nat you can not access any ports mapped with -p from the windows host itself!



Debugging

  • Install telnet client dism /online /Enable-Feature /FeatureName:TelnetClient

misc

show container IP

docker inspect -f '{{ .NetworkSettings.IPAddress }}' <containername>