我使用 Portainer 并且有一个堆栈。如我所见,单击“更新堆栈”按钮将运行命令
stack deploy --with-registry-auth --compose-file stackFilePath stackName
https://github.com/portainer/portainer/blob/develop/api/exec/swarm_stack.go#L71
这样对吗?
我使用 Portainer 并且有一个堆栈。如我所见,单击“更新堆栈”按钮将运行命令
stack deploy --with-registry-auth --compose-file stackFilePath stackName
https://github.com/portainer/portainer/blob/develop/api/exec/swarm_stack.go#L71
这样对吗?