mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			34 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "20.10.11",
 | 
						|
    "description": "Docker CLI & Docker Engine for Windows containers. Docker is an open platform for developing, shipping, and running applications.",
 | 
						|
    "homepage": "https://docs.docker.com/engine",
 | 
						|
    "license": "Apache-2.0",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://download.docker.com/win/static/stable/x86_64/docker-20.10.11.zip",
 | 
						|
            "hash": "a60a1d45cc45ffc7cc0337813e6d5a0cad39409416bab04ade6eb4e03a0e5a7c"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "extract_dir": "docker",
 | 
						|
    "bin": [
 | 
						|
        "docker.exe",
 | 
						|
        "dockerd.exe"
 | 
						|
    ],
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/moby/moby"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://download.docker.com/win/static/stable/x86_64/docker-$version.zip"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "notes": [
 | 
						|
        "The 'dockerd' binary here only supports running Windows containers.",
 | 
						|
        "However it is possible to connect to existing Linux containers using the 'docker' binary",
 | 
						|
        "To register Docker as a service, run `dockerd --register-service`",
 | 
						|
        "Similarly, to unregister, run `dockerd --unregister-service`"
 | 
						|
    ]
 | 
						|
}
 |