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

Docker Errors on Load #1065

Closed
jamesward opened this issue Nov 10, 2017 · 2 comments
Closed

Docker Errors on Load #1065

jamesward opened this issue Nov 10, 2017 · 2 comments

Comments

@jamesward
Copy link

Expected behaviour

When sbt loads a project containing the sbt-native-packager plugin, it should not produce docker errors.

Actual behaviour

On project load I get docker errors:

$ sbt
[info] Loading settings from plugins.sbt ...
[info] Loading project definition from /Volumes/Home/j.ward/projects/get-you-a-license/project
[info] Loading settings from build.sbt ...
Get http:///var/run/docker.sock/v1.20/version: dial unix /var/run/docker.sock: no such file or directory.
* Are you trying to connect to a TLS-enabled daemon without TLS?
* Is your docker daemon up and running?
[info] Set current project to get-you-a-license (in build file:/Volumes/Home/j.ward/projects/get-you-a-license/)
[info] sbt server started at 127.0.0.1:4206
[get-you-a-license] $

Information

  • What sbt-native-packager are you using: 1.3.1 via Play 2.6.7
  • What sbt version: 1.0.3
  • What is your build system (e.g. Ubuntu, MacOS, Windows, Debian ): MacOS
  • What package are you building (e.g. docker, rpm, ...): Universal
@dwickern
Copy link
Collaborator

This was fixed in #1058, please try with sbt-native-packager 1.3.2

@jamesward
Copy link
Author

Thanks! Sorry I didn't see that one. Guess I searched for the wrong terms.

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