mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
feat(stacks): allow to use images from private registries in stacks (#1327)
This commit is contained in:
parent
34d40e4876
commit
b5629c5b1a
5 changed files with 175 additions and 10 deletions
|
@ -379,6 +379,8 @@ type (
|
|||
|
||||
// StackManager represents a service to manage stacks.
|
||||
StackManager interface {
|
||||
Login(dockerhub *DockerHub, registries []Registry, endpoint *Endpoint) error
|
||||
Logout(endpoint *Endpoint) error
|
||||
Deploy(stack *Stack, endpoint *Endpoint) error
|
||||
Remove(stack *Stack, endpoint *Endpoint) error
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue