We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there. I'm following the docker swarm example and I'm unable to get it to work.
I have exposed the remote docker API port at 2375 as per https://success.docker.com/article/how-do-i-enable-the-remote-api-for-dockerd, however node_name in sandboxed.py:78 is always None. The machines have been joined in swarm mode, and I have tried the addresses of both the manager and the clients.
node_name
None
Is there some extra configuration that I may be missing?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi there. I'm following the docker swarm example and I'm unable to get it to work.
I have exposed the remote docker API port at 2375 as per https://success.docker.com/article/how-do-i-enable-the-remote-api-for-dockerd, however
node_name
in sandboxed.py:78 is alwaysNone
. The machines have been joined in swarm mode, and I have tried the addresses of both the manager and the clients.Is there some extra configuration that I may be missing?
The text was updated successfully, but these errors were encountered: