Ulysses Souza 2eeed8481d Fix pause/unpause by only applying to running containers 4 年之前
..
testdata 7f18b47a9a prefer canonical `compose.yaml` file name 4 年之前
attach.go 1ae9b3cb5d move compose-cli code into docker/compose/v2 4 年之前
build.go a842522f49 use filepath instead of path to check if the dockerfile path is abolute or not 4 年之前
build_buildkit.go 058c779378 Add support for classic builder 4 年之前
build_classic.go b47d8ea868 Remove intermediate containers when build succeeded 4 年之前
compose.go 17354fcc99 Add standalone capacility 4 年之前
container.go 49e7f2d45d Move compose v2 implementation under pkg/compose with dependencies 4 年之前
containers.go c5b7624d10 compose cp doesn't need a full project and can copy from stopped container 4 年之前
convergence.go ee586e7f1e Introduce ergonomic API for handling multiple container events 4 年之前
convergence_test.go cf7b1441d9 Return an error when failing to list containers 4 年之前
convert.go 49e7f2d45d Move compose v2 implementation under pkg/compose with dependencies 4 年之前
cp.go c5b7624d10 compose cp doesn't need a full project and can copy from stopped container 4 年之前
create.go a4836391a5 Set NetworkMode correctly according to network priorities 4 年之前
create_test.go a4836391a5 Set NetworkMode correctly according to network priorities 4 年之前
dependencies.go 709190312c Fix to use Key instead of Service for graph updates 4 年之前
dependencies_test.go c901edd65d introduce `convergence` to hold per-service Containers and prevent race conditions 4 年之前
down.go feba34e406 only remove volumes set by compose file 4 年之前
down_test.go feba34e406 only remove volumes set by compose file 4 年之前
errors.go 49e7f2d45d Move compose v2 implementation under pkg/compose with dependencies 4 年之前
events.go 1ae9b3cb5d move compose-cli code into docker/compose/v2 4 年之前
exec.go 37f763f009 Don't SetRawTerminal() when exec is run with -T 4 年之前
filters.go 1ae9b3cb5d move compose-cli code into docker/compose/v2 4 年之前
hash.go 49e7f2d45d Move compose v2 implementation under pkg/compose with dependencies 4 年之前
images.go d7d29b25bc compose images should list created containers images 4 年之前
kill.go cf7319fc6e Only kill running containers 4 年之前
kill_test.go cf7319fc6e Only kill running containers 4 年之前
logs.go 0d7567131a compose logs to notify printer about container lifecycle events 4 年之前
ls.go 1ae9b3cb5d move compose-cli code into docker/compose/v2 4 年之前
ls_test.go 1ae9b3cb5d move compose-cli code into docker/compose/v2 4 年之前
metrics.go 49e7f2d45d Move compose v2 implementation under pkg/compose with dependencies 4 年之前
pause.go 2eeed8481d Fix pause/unpause by only applying to running containers 4 年之前
port.go 1ae9b3cb5d move compose-cli code into docker/compose/v2 4 年之前
printer.go 740276f550 handle "stop" event 4 年之前
ps.go 97a0efd7c3 group ports to render ranges as ... ranges 4 年之前
ps_test.go 97a0efd7c3 group ports to render ranges as ... ranges 4 年之前
pull.go 1ae9b3cb5d move compose-cli code into docker/compose/v2 4 年之前
push.go 1ae9b3cb5d move compose-cli code into docker/compose/v2 4 年之前
remove.go 1ae9b3cb5d move compose-cli code into docker/compose/v2 4 年之前
resize.go 49e7f2d45d Move compose v2 implementation under pkg/compose with dependencies 4 年之前
restart.go 1ae9b3cb5d move compose-cli code into docker/compose/v2 4 年之前
run.go 4dafeb57a5 introduce run —quiet-pull to align with up 4 年之前
start.go 740276f550 handle "stop" event 4 年之前
stop.go 1ae9b3cb5d move compose-cli code into docker/compose/v2 4 年之前
stop_test.go 48a6dc088b rebuild compose project from labels 4 年之前
top.go 1ae9b3cb5d move compose-cli code into docker/compose/v2 4 年之前
up.go 7205d918ad interrupt printer when `compose log` is cancelled 4 年之前