Nicolas De Loof 26b8ef0f49 pass config file to buildkit for authentication il y a 4 ans
..
testdata 4140196eb0 Add down unit tests il y a 5 ans
attach.go 7d85485242 pause/unpause only need project name. use getContainers where possible il y a 4 ans
build.go 26b8ef0f49 pass config file to buildkit for authentication il y a 4 ans
build_win.go d5efef2aa7 Use old build for windows engine also on compose up il y a 4 ans
compose.go 5cb2533faa dryrun to collect resources to be removed, then remove il y a 5 ans
containers.go 7d85485242 pause/unpause only need project name. use getContainers where possible il y a 4 ans
convergence.go 378d02dadd Refactor `up --build` il y a 4 ans
convergence_test.go 0021b14de8 Add unit tests to container_name il y a 5 ans
create.go 076f15c254 configure container limits and resources il y a 4 ans
create_test.go 8ab3149f45 Network names and volume names don’t need anymore to be re-adapted (and prefixed with project name) after loaded from compose-go il y a 5 ans
dependencies.go ec5489a08c introduce config --services, --volumes, --hash for backward compatibility il y a 4 ans
dependencies_test.go 1eb40999e2 Split compose.go into command-focussed go files il y a 5 ans
down.go 378d02dadd Refactor `up --build` il y a 4 ans
down_test.go 378d02dadd Refactor `up --build` il y a 4 ans
events.go 9c4d8ab158 (re)attach to container after restart il y a 5 ans
exec.go afac025a49 Add `compose exec` command il y a 5 ans
images.go 08055d7c7a Add `compose images` cmd il y a 4 ans
kill.go 7d85485242 pause/unpause only need project name. use getContainers where possible il y a 4 ans
kill_test.go 31e59f6919 Refactor Down to avoid double ContainerList il y a 4 ans
labels.go 7d85485242 pause/unpause only need project name. use getContainers where possible il y a 4 ans
logs.go 7d85485242 pause/unpause only need project name. use getContainers where possible il y a 4 ans
ls.go cba4f140ae Add —all option to compose ls, listing non running projects. il y a 5 ans
ls_test.go 1f5a77e67c move test to command-specific test file il y a 5 ans
pause.go 7d85485242 pause/unpause only need project name. use getContainers where possible il y a 4 ans
port.go 8b38874aba introduce `port` command for parity with docker-compose il y a 4 ans
ps.go 7d85485242 pause/unpause only need project name. use getContainers where possible il y a 4 ans
ps_test.go b4fa7b2fa3 PS unit test il y a 5 ans
pull.go 073d8e5545 Categorize failure metrics, set specific metrics for compose file parse error, file not found, cmdline syntax errors, build error, pull error. il y a 4 ans
push.go e5834f37fd Add tail messages on progress writer il y a 4 ans
remove.go 7d85485242 pause/unpause only need project name. use getContainers where possible il y a 4 ans
restart.go 2fdc3bad48 Add restart command il y a 4 ans
run.go 378d02dadd Refactor `up --build` il y a 4 ans
start.go 9af5ea4b6a run ContainerWait in background so we catch container exit il y a 4 ans
status.go 378d02dadd Refactor `up --build` il y a 4 ans
stop.go 7d85485242 pause/unpause only need project name. use getContainers where possible il y a 4 ans
stop_test.go 31e59f6919 Refactor Down to avoid double ContainerList il y a 4 ans
top.go 7d85485242 pause/unpause only need project name. use getContainers where possible il y a 4 ans