Nicolas De Loof fc25d3a54a support mulitple bindings for same target port 4 gadi atpakaļ
..
testdata 4140196eb0 Add down unit tests 4 gadi atpakaļ
attach.go 7d85485242 pause/unpause only need project name. use getContainers where possible 4 gadi atpakaļ
build.go e0ae9d21b4 pass authprovider to buildkit session in addition to driver's Auth parameter 4 gadi atpakaļ
build_win.go d5efef2aa7 Use old build for windows engine also on compose up 4 gadi atpakaļ
compose.go 1fce1623ee Cross build & package compose-cli plugin 4 gadi atpakaļ
containers.go a8819763b4 scale must ignore oneoff containers 4 gadi atpakaļ
convergence.go 998dbf79f9 Avoid using for variable in go func, as this creates race conditions 4 gadi atpakaļ
convergence_test.go 0021b14de8 Add unit tests to container_name 4 gadi atpakaļ
cp.go c2f2196d30 Add all parameter 4 gadi atpakaļ
create.go fc25d3a54a support mulitple bindings for same target port 4 gadi atpakaļ
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 4 gadi atpakaļ
dependencies.go ec5489a08c introduce config --services, --volumes, --hash for backward compatibility 4 gadi atpakaļ
dependencies_test.go 1eb40999e2 Split compose.go into command-focussed go files 5 gadi atpakaļ
down.go deecf76421 reduce code complexity with sub-functions 4 gadi atpakaļ
down_test.go 98187b2f62 down --volume to remove volume 4 gadi atpakaļ
events.go 9c4d8ab158 (re)attach to container after restart 4 gadi atpakaļ
exec.go 15eab93b31 docker compose exec to return command exit code 4 gadi atpakaļ
images.go c227fd5c5f refactor to reduce calls to InspectRawImage 4 gadi atpakaļ
kill.go 7d85485242 pause/unpause only need project name. use getContainers where possible 4 gadi atpakaļ
kill_test.go cc0423df6e Fix down not working if run from a different folder than up, because container labels stored relative paths 4 gadi atpakaļ
labels.go 7d85485242 pause/unpause only need project name. use getContainers where possible 4 gadi atpakaļ
logs.go 87abb4eb9c don't invoke r.Close on error as r == nil 4 gadi atpakaļ
ls.go cba4f140ae Add —all option to compose ls, listing non running projects. 4 gadi atpakaļ
ls_test.go 1f5a77e67c move test to command-specific test file 5 gadi atpakaļ
pause.go 7d85485242 pause/unpause only need project name. use getContainers where possible 4 gadi atpakaļ
port.go 8b38874aba introduce `port` command for parity with docker-compose 4 gadi atpakaļ
ps.go f40846126e compose ps list stopped containers. -a is used to include oneoff 4 gadi atpakaļ
ps_test.go f40846126e compose ps list stopped containers. -a is used to include oneoff 4 gadi atpakaļ
pull.go 85af8cdaaa local backend to rely on dockerCli's LoadDefaultConfigFile 4 gadi atpakaļ
push.go e5834f37fd Add tail messages on progress writer 4 gadi atpakaļ
remove.go 5cead2266d only stop/remove selected services 4 gadi atpakaļ
resize.go 0ab75d28ba don't report error resizing tty, as container could stop any time 4 gadi atpakaļ
restart.go 2fdc3bad48 Add restart command 4 gadi atpakaļ
run.go f159bc4901 Support bypass envvars 4 gadi atpakaļ
start.go 9af5ea4b6a run ContainerWait in background so we catch container exit 4 gadi atpakaļ
status.go 378d02dadd Refactor `up --build` 4 gadi atpakaļ
stop.go 5cead2266d only stop/remove selected services 4 gadi atpakaļ
stop_test.go 31e59f6919 Refactor Down to avoid double ContainerList 4 gadi atpakaļ
top.go 7d85485242 pause/unpause only need project name. use getContainers where possible 4 gadi atpakaļ