Skip to content

Docker Volume Plugin - VOLUME NAME #2

@RotemAmergi

Description

@RotemAmergi

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions