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-volume-netshare nfs mount prevents container from entering status active #175

Open
diefenbachh opened this issue Mar 7, 2019 · 0 comments

Comments

@diefenbachh
Copy link

rancher Version: 1.6
docker version: 18.06.3-ce
docker-volume-netshare version 0.36

Issue
Rancher displays container as "Activating" (Container as "Starting") although it has started correctly.
The mount is available inside the container.

compose-file:
version: '2'
volumes:
test_volume:
driver: nfs
driver_opts:
share: nfs_host:/nfs_share
services:
www:
image: alpine
volumes:
- test_volume:/mnt/test_volume
tty: true
stdin_open: true
entrypoint: tail -f /dev/null

docker-volume-netshare running on the host:
/opt/bin/docker-volume-netshare nfs --dockerapiversion 1.38
/opt/bin/docker-volume-netshare -o vers=1.0 cifs

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