File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ introduced in Docker 1.12 and Docker Compose 1.8, alongside the concept of
1616swarm mode, and Nodes and Services in the Engine API.
1717
1818A Dockerfile can be built into an image, and containers can be created from
19- that image. Similarly, a docker-compose.yml can be built into a ** distributed
19+ that image. Similarly, a ` docker-compose.yml `  can be built into a ** distributed
2020application bundle** , and ** stacks**  can be created from that bundle. In that
2121sense, the bundle is a multi-services distributable image format.
2222
@@ -199,4 +199,10 @@ A service has the following fields:
199199</dl >
200200
201201>  ** Note:**  Some configuration options are not yet supported in the DAB format,
202- >  including volume mounts.
202+ >  including volume mounts.
203+ 
204+ ## Related topics  
205+ 
206+ *  [ docker stack deploy]  (/engine/reference/commandline/stack_deploy/) command
207+ 
208+ *  [ deploy] ( /compose/compose-file/index.md#deploy )  option in [ Compose files] (/compose/compose-file/index.md]] 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments