-
Notifications
You must be signed in to change notification settings - Fork 163
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
Missing plugin #160
Comments
Same / similar problem here... |
Hi, I had the same problem, my solution was the following:
I'm still wondering if this is expected behavior, I would've thought enabling the plugin and uncommenting |
I have installed the .deb on my Ubuntu 16.04 docker swarm server. However, the install instructions don't mention registering the plugin with Docker.
When I try to run a test service, Docker complains "no suitable node (missing plugin)".
My yml:
version: '3.6'
volumes:
data:
driver: nfs
driver_opts:
share: 10.0.10.8:/gvol1
services:
hello:
image: alpine
volumes:
- data:/mnt
command: ls /mnt
What is the correct "docker plugin install" step?
The text was updated successfully, but these errors were encountered: