mirror of
				https://github.com/yeasy/docker_practice.git
				synced 2025-11-03 19:31:34 +00:00 
			
		
		
		
	Replace compose logo with latest version
This commit is contained in:
		
							
								
								
									
										
											BIN
										
									
								
								_images/docker_compose.jpg
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								_images/docker_compose.jpg
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 12 KiB  | 
@@ -5,6 +5,6 @@ Compose 定位是“defining and running complex applications with Docker”,
 | 
			
		||||
 | 
			
		||||
Dockerfile 可以让用户管理一个单独的应用容器;而 Compose 则允许用户在一个模板(YAML 格式)中定义一组相关联的应用容器(被称为一个 `project`,即项目),例如一个 Web 服务容器再加上后端的数据库服务容器等。
 | 
			
		||||
 | 
			
		||||

 | 
			
		||||

 | 
			
		||||
 | 
			
		||||
该项目由 Python 编写,实际上调用了 Docker 提供的 API 来实现。
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user