infinit / infinit

The Infinit policy-based software-defined storage platform.

Home Page:http://infinit.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker Volume Plugin - VOLUME NAME

RotemAmergi opened this issue · comments

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

@cadeuh please take a look at my issue: moby/moby#30937 (comment) At first I thought it was name-related, but then I've found another problem...

If you want, I can create a different issue here.