You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							19 lines
						
					
					
						
							655 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							19 lines
						
					
					
						
							655 B
						
					
					
				| = podman | |
| Podman 是一个开源的容器运行时项目,可在大多数 Linux 平台上使用。 | |
| Podman 提供与 Docker 非常相似的功能。 | |
| 正如前面提到的那样,它不需要在你的系统上运行任何守护进程,并且它也可以在没有 root 权限的情况下运行。 | |
| 
 | |
| Podman 可以管理和运行任何符合 OCI(Open Container Initiative)规范的容器和容器镜像。 | |
| Podman 提供了一个与 Docker 兼容的命令行前端来管理 Docker 镜像。 | |
| 
 | |
| == 安装 podman 容器引擎 | |
| [source,bash] | |
| ---- | |
| brew install podman | |
| ---- | |
| 
 | |
| == 安装 podman desktop | |
| 直接下载 podman-desktop.dmg 进行安装 | |
| 
 | |
| == podman 使用 | |
| 
 | |
| 
 |