You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: