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
docker stack deploy does not support setting the driver for a secret. This has been supported in the Engine API and on the command-line since 0ee9e05 (July 30 2017).
Run docker stack deploy --compose-file docker-compose.yml repro
Describe the results you received:
driver Additional property driver is not allowed
Describe the results you expected:
Creating network repro_default
Creating service repro_service
Additional information you deem important (e.g. issue happens only occasionally):
This would be awesome to have in Docker Compose format 3.8 and Engine 19.03.
Output of docker version:
Client:
Version: 18.09.4-rc1
API version: 1.39
Go version: go1.10.8
Git commit: 9d6081e
Built: Thu Mar 21 03:16:00 2019
OS/Arch: linux/amd64
Experimental: true
Server: Docker Engine - Community
Engine:
Version: 0.0.0-20190325050551-9374b8d
API version: 1.40 (minimum version 1.12)
Go version: go1.11.5
Git commit: 9374b8d
Built: Mon Mar 25 06:53:44 2019
OS/Arch: linux/amd64
Experimental: true
containerd:
Version: 1.2.5
GitCommit: bb71b10fd8f58240ca47fbb579b9d1028eea7c84
runc:
Version: 1.0.0-rc6+dev
GitCommit: 96ec2177ae841256168fcf76954f7177af9446eb
docker-init:
Version: 0.18.0
GitCommit: fec3683
Description
docker stack deploy
does not support setting the driver for a secret. This has been supported in the Engine API and on the command-line since 0ee9e05 (July 30 2017).Steps to reproduce the issue:
docker stack deploy --compose-file docker-compose.yml repro
Describe the results you received:
Describe the results you expected:
Additional information you deem important (e.g. issue happens only occasionally):
This would be awesome to have in Docker Compose format 3.8 and Engine 19.03.
Output of
docker version
:Output of
docker info
:Additional environment details (AWS, VirtualBox, physical, etc.):
Physical.
The text was updated successfully, but these errors were encountered: