mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 13:29:41 +02:00
dep(api): Support Docker Stack 3.8 (#4333)
- Linux: Update Docker binary to version 19.03.13 - Windows: Update Docker binary to version 19.03.12
This commit is contained in:
parent
0c2987893d
commit
7a03351df8
3 changed files with 6 additions and 3 deletions
|
@ -134,6 +134,8 @@ func (manager *SwarmStackManager) prepareDockerCommandAndArgs(binaryPath, dataPa
|
|||
|
||||
if !endpoint.TLSConfig.TLSSkipVerify {
|
||||
args = append(args, "--tlsverify", "--tlscacert", endpoint.TLSConfig.TLSCACertPath)
|
||||
} else {
|
||||
args = append(args, "--tlscacert", "''")
|
||||
}
|
||||
|
||||
if endpoint.TLSConfig.TLSCertPath != "" && endpoint.TLSConfig.TLSKeyPath != "" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue