mirror of
				https://gitea.com/Lydanne/buildx.git
				synced 2025-10-30 23:53:48 +08:00 
			
		
		
		
	docs: Update install instructions with Docker CE 19.03
Signed-off-by: Tibor Vass <tibor@docker.com>
This commit is contained in:
		
							
								
								
									
										21
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										21
									
								
								README.md
									
									
									
									
									
								
							| @@ -41,25 +41,12 @@ _buildx is Tech Preview_ | |||||||
|  |  | ||||||
| # Installing | # Installing | ||||||
|  |  | ||||||
| Using `buildx` as a docker CLI plugin requires using Docker 19.03.0 beta. A limited set of functionality works with older versions of Docker when invoking the binary directly. | Using `buildx` as a docker CLI plugin requires using Docker 19.03. A limited set of functionality works with older versions of Docker when invoking the binary directly. | ||||||
|  |  | ||||||
| ### Docker Desktop (Edge) | ### Docker CE | ||||||
|  |  | ||||||
| `buildx` is included with Docker Desktop Edge builds since 19.03.0-beta3. | `buildx` comes bundled with Docker CE starting with 19.03, but requires experimental mode to be enabled on the Docker CLI. | ||||||
|  | To enable it, `"experimental": "enabled"` can be added to the CLI configuration file `~/.docker/config.json`. An alternative is to set the `DOCKER_CLI_EXPERIMENTAL=enabled` environment variable. | ||||||
| For more information see https://docs.docker.com/docker-for-mac/edge-release-notes/ |  | ||||||
|  |  | ||||||
| ### Docker CE nightly builds |  | ||||||
|  |  | ||||||
| `buildx` comes bundled with the Docker CE nightly builds.  |  | ||||||
| - Mac: https://download.docker.com/mac/static/nightly/ |  | ||||||
| - Linux: |  | ||||||
| ``` |  | ||||||
| $ # uncomment next line to uninstall previous Docker CE installation if present |  | ||||||
| $ # apt purge docker-ce docker-ce-cli |  | ||||||
| $ curl -fsSL https://get.docker.com/ -o docker-install.sh |  | ||||||
| $ CHANNEL=nightly sh docker-install.sh |  | ||||||
| ``` |  | ||||||
|  |  | ||||||
| ### Binary release | ### Binary release | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Tibor Vass
					Tibor Vass