mirror of
https://github.com/docker/compose.git
synced 2026-08-27 03:45:29 +00:00
Move containers, compose, secrets to /api
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
This commit is contained in:
parent
9545625131
commit
d06aa2827f
46 changed files with 317 additions and 55 deletions
|
|
@ -22,7 +22,7 @@ import (
|
|||
"strconv"
|
||||
"strings"
|
||||
|
||||
"github.com/docker/compose-cli/containers"
|
||||
"github.com/docker/compose-cli/api/containers"
|
||||
)
|
||||
|
||||
type portGroup struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue