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 Plugin - VOLUME NAME #2

Open
RotemAmergi opened this issue Feb 12, 2017 · 0 comments
Open

Docker Volume Plugin - VOLUME NAME #2

RotemAmergi opened this issue Feb 12, 2017 · 0 comments

Comments

@RotemAmergi
Copy link

Hi ,

I have 3 ubuntu server (16.10) with docker 1.13 and docker-compose 1.8 .
I run swarm on top of the server .
I'm using docker-compose version '3'.
File format version: '3' networks: test: external: true volumes: test-user/test-volume: driver: infinit services: webapps: image: xxxxxxxxxxx networks: - test ports: - "80:8080" - "443:8443" volumes: - test-user/test-volume:/var/lib/jetty/webapps - test-user/test-volume::/var/lib/jetty/etc - test-user/test-volume::/var/lib/jetty/agents When I run sudo docker stack deploy -c docker-compose-stack.yml test`
I get the error
test-user/test-volume Additional property test-user/test-volume is not allowed.

Also tried to run docker run -it --rm --volume-driver infinit -v test/test-volume:/path/to/mount alpine ash

I get the same error .

Best Regards

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