|  | @@ -79,7 +79,7 @@ $ docker run --privileged --name some-docker -d docker:stable-dind
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  **Note:** `--privileged` is required for Docker-in-Docker to function properly, but it should be used with care as it provides full access to the host environment, as explained [in the relevant section of the Docker documentation](https://docs.docker.com/engine/reference/run/#runtime-privilege-and-linux-capabilities).
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -This image includes `EXPOSE 2375` (the Docker port), so standard container linking will make it automatically available to the linked containers (as the following examples illustrate).
 | 
	
		
			
				|  |  | +By default, the `dind` variants of this image add `--host=tcp://0.0.0.0:2375` (on top of the explicit default of `--host=unix:///var/run/docker.sock`) in order to allow external containers to access `dockerd` appropriately (as the following examples illustrate).
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  ## Connect to it from a second container
 | 
	
		
			
				|  |  |  
 |