Changes

Jump to navigation Jump to search
206 bytes added ,  21:10, 15 September 2014
Line 136: Line 136:  
To run a container in the background, you need to issue to docker run command with the -d flag instead of the -i flag
 
To run a container in the background, you need to issue to docker run command with the -d flag instead of the -i flag
    +
===Docker networking===
    +
some thoughts to share on docker networking
 +
 +
* Network port mapping
 +
http://docs.docker.com/userguide/dockerlinks/
 +
* Network Configuration
 +
http://docs.docker.com/articles/networking/
    
==Building your own images==
 
==Building your own images==

Navigation menu