Skip to content
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.

skip provisioning during create? #3473

Open
tbfisher opened this issue Jun 2, 2016 · 3 comments
Open

skip provisioning during create? #3473

tbfisher opened this issue Jun 2, 2016 · 3 comments

Comments

@tbfisher
Copy link

tbfisher commented Jun 2, 2016

I'm creating a generic docker-machine instance, but the provisioner fails

$ docker-machine create --driver generic --generic-ip-address=...
Running pre-create checks...
...
Provisioning with ubuntu(upstart)...
Error creating machine: Error running provisioning: Something went wrong running an SSH command!
command : sudo apt-get update
err     : exit status 100
output  : Ign http://us.archive.ubuntu.com trusty InRelease
...
Fetched 4,998 B in 13s (377 B/s)
W: Failed to fetch https://apt.dockerproject.org/repo/dists/ubuntu-trusty/main/binary-amd64/Packages  Hash Sum mismatch

E: Some index files failed to download. They have been ignored, or old ones used instead.

however, I don't need to provision docker on this environment, is there no way to skip this?

@igostavro
Copy link

I am also receiving this error, however i would like to provision docker on the instance. Why is this suddenly happening? It was working yesterday.

@igostavro
Copy link

@tbfisher
Copy link
Author

tbfisher commented Jun 2, 2016

@igostavro see moby/moby#23203

a work-around is to change the docker apt repo from "main" to "testing", and re-run the provisioner

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants