Changes

From SME Server
Jump to navigationJump to search
118 bytes added ,  10:24, 2 April 2019
Line 84: Line 84:  
====Networking====
 
====Networking====
   −
See Issues and other comment further down re host/bridged networking.
+
{{Note box | See Issues and other comments further down re host/bridged networking}}
    
Docker attempts to guess what network to use and sets a bridged interface for it.
 
Docker attempts to guess what network to use and sets a bridged interface for it.
Line 90: Line 90:  
Access to the container.
 
Access to the container.
   −
This allows can access to any local services, and any ports in the container will appear locally
+
This allows access to any local services, and any ports in the container will appear locally
    
  --net="host"  
 
  --net="host"  
Line 117: Line 117:  
   TCPPort=8088
 
   TCPPort=8088
   −
I am working on this currently.
+
I am working on this currently but the LocalNetworking approach doesn't work. It probably need manipulation of the firewall with templates.
 
      
==== Login to container====
 
==== Login to container====

Navigation menu