mirror of https://github.com/docker/docs.git
update b2d iso url
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
This commit is contained in:
parent
b61dfd3416
commit
cd7d47074c
|
@ -133,7 +133,7 @@ func (d *Driver) Create() error {
|
|||
}
|
||||
} else {
|
||||
// HACK: Docker 1.3 boot2docker image with client/daemon auth
|
||||
isoURL = "https://bfirsh.s3.amazonaws.com/boot2docker/boot2docker-1.3.1-identity-auth.iso"
|
||||
isoURL = "https://ehazlett.s3.amazonaws.com/public/boot2docker/boot2docker-machine-87e3813.iso"
|
||||
|
||||
// todo: check latest release URL, download if it's new
|
||||
// until then always use "latest"
|
||||
|
|
Loading…
Reference in New Issue