Guillaume Tardif cc0423df6e Fix down not working if run from a different folder than up, because container labels stored relative paths 4 yıl önce
..
testdata 4140196eb0 Add down unit tests 5 yıl önce
attach.go 7d85485242 pause/unpause only need project name. use getContainers where possible 4 yıl önce
build.go c83c46293f fix race: poll for service completion. Using waitContainer might happend after container exit 4 yıl önce
build_win.go d5efef2aa7 Use old build for windows engine also on compose up 4 yıl önce
compose.go 5cb2533faa dryrun to collect resources to be removed, then remove 5 yıl önce
containers.go a8819763b4 scale must ignore oneoff containers 4 yıl önce
convergence.go c83c46293f fix race: poll for service completion. Using waitContainer might happend after container exit 4 yıl önce
convergence_test.go 0021b14de8 Add unit tests to container_name 5 yıl önce
create.go cc0423df6e Fix down not working if run from a different folder than up, because container labels stored relative paths 4 yıl önce
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 5 yıl önce
dependencies.go ec5489a08c introduce config --services, --volumes, --hash for backward compatibility 4 yıl önce
dependencies_test.go 1eb40999e2 Split compose.go into command-focussed go files 5 yıl önce
down.go cc0423df6e Fix down not working if run from a different folder than up, because container labels stored relative paths 4 yıl önce
down_test.go 378d02dadd Refactor `up --build` 4 yıl önce
events.go 9c4d8ab158 (re)attach to container after restart 4 yıl önce
exec.go 0ab75d28ba don't report error resizing tty, as container could stop any time 4 yıl önce
images.go c227fd5c5f refactor to reduce calls to InspectRawImage 4 yıl önce
kill.go 7d85485242 pause/unpause only need project name. use getContainers where possible 4 yıl önce
kill_test.go cc0423df6e Fix down not working if run from a different folder than up, because container labels stored relative paths 4 yıl önce
labels.go 7d85485242 pause/unpause only need project name. use getContainers where possible 4 yıl önce
logs.go 7d85485242 pause/unpause only need project name. use getContainers where possible 4 yıl önce
ls.go cba4f140ae Add —all option to compose ls, listing non running projects. 5 yıl önce
ls_test.go 1f5a77e67c move test to command-specific test file 5 yıl önce
pause.go 7d85485242 pause/unpause only need project name. use getContainers where possible 4 yıl önce
port.go 8b38874aba introduce `port` command for parity with docker-compose 4 yıl önce
ps.go 7d85485242 pause/unpause only need project name. use getContainers where possible 4 yıl önce
ps_test.go b4fa7b2fa3 PS unit test 5 yıl önce
pull.go 073d8e5545 Categorize failure metrics, set specific metrics for compose file parse error, file not found, cmdline syntax errors, build error, pull error. 4 yıl önce
push.go e5834f37fd Add tail messages on progress writer 4 yıl önce
remove.go 5cead2266d only stop/remove selected services 4 yıl önce
resize.go 0ab75d28ba don't report error resizing tty, as container could stop any time 4 yıl önce
restart.go 2fdc3bad48 Add restart command 4 yıl önce
run.go 0ab75d28ba don't report error resizing tty, as container could stop any time 4 yıl önce
start.go 9af5ea4b6a run ContainerWait in background so we catch container exit 4 yıl önce
status.go 378d02dadd Refactor `up --build` 4 yıl önce
stop.go 5cead2266d only stop/remove selected services 4 yıl önce
stop_test.go 31e59f6919 Refactor Down to avoid double ContainerList 4 yıl önce
top.go 7d85485242 pause/unpause only need project name. use getContainers where possible 4 yıl önce