Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error response from daemon: driver name: if driver is specified name is required #5

Closed
alexellis opened this issue Oct 9, 2016 · 2 comments
Milestone

Comments

@alexellis
Copy link
Contributor

I did a go get and go build with go 1.7.1 and Docker 1.12.2-rc1. This is what happened when I hit "localhost:3000/"

Commenting out the Driver portion let me work around the issue but used bridge for the driver.

[negroni] Started GET /
2016/10/09 19:06:17 NewSession id=[dc341e92-970c-44ef-aa18-0b80d60e4ed9]
2016/10/09 19:06:17 Starting session err [Error response from daemon: driver name: if driver is specified name is required]
2016/10/09 19:06:17 Error response from daemon: driver name: if driver is specified name is required
[negroni] Completed 0  in 8.6795ms
@marcosnils
Copy link
Contributor

@alexellis you need docker 1.13-dev or higher in order to run the playground. Which version are you running against to?

@marcosnils marcosnils modified the milestone: 0.1 Oct 26, 2016
@alexellis
Copy link
Contributor Author

I was using 1.12 - it did work well if I don't pass the driver as an argument to the API. I'll try it now since the recent changes have gone in.

marcosnils added a commit that referenced this issue Jul 6, 2017
Initialize swarm and do stack deploy instead of docker compose
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants