From 32a20c2c3e755e432a8573146da59da353a4305b Mon Sep 17 00:00:00 2001 From: Simon Hartcher Date: Mon, 27 Apr 2015 17:41:43 +1000 Subject: [PATCH] Add docker 1.6.0 --- docker.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 docker.json diff --git a/docker.json b/docker.json new file mode 100644 index 0000000000..a1f4f0cf30 --- /dev/null +++ b/docker.json @@ -0,0 +1,26 @@ +{ + "version": "1.6.0", + "license": "https://github.com/docker/docker/blob/master/LICENSE", + "architecture": { + "64bit": { + "url": "https://get.docker.com/builds/Windows/x86_64/docker-1.6.0.exe", + "hash": "f9de00d181d2d9c176871cfb5913138c6899b346bd150f13705b0168bffa2912" + }, + "32bit": { + "url": "https://get.docker.com/builds/Windows/i386/docker-1.6.0.exe", + "hash": "26aaf374b7d73d65a29c97f8ae13cfac8741f04b0535d8d0e5c2698ff49e7457" + } + }, + "homepage": "https://docker.com", + "bin": [ + ["docker-1.6.0.exe", "docker"] + ], + "notes": [ + "This is the docker client only. Until the docker daemon can run natively", + "on Windows you will need a Virtual Machine such as Boot2Docker or", + "Docker Machine", + "", + "Boot2Docker: https://github.com/boot2docker/windows-installer/releases/", + "Docker Machine: http://docs.docker.com/machine/" + ] +}