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

Support for native Docker on Mac #1

Open
pavradev opened this issue Sep 13, 2016 · 0 comments
Open

Support for native Docker on Mac #1

pavradev opened this issue Sep 13, 2016 · 0 comments

Comments

@pavradev
Copy link
Owner

pavradev commented Sep 13, 2016

Current dockerbay implementation does not work with native Docker on Mac.
This is the stack trace you can see if you try to run it:

[dockerjava-jaxrs-async-2] ERROR com.github.dockerjava.core.async.ResultCallbackTemplate - Error during callback
java.lang.NoClassDefFoundError: Could not initialize class org.newsclub.net.unix.NativeUnixSocket
    at org.newsclub.net.unix.AFUNIXSocket.<init>(AFUNIXSocket.java:36)
    at org.newsclub.net.unix.AFUNIXSocket.newInstance(AFUNIXSocket.java:50)
        ...

This is related to the issue in Java Docker Client used in dockerbay.

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

1 participant