Nicolas De loof 2315a1dad7 Merge pull request #1707 from docker/up_follow 4 лет назад
..
testdata 4140196eb0 Add down unit tests 5 лет назад
attach.go c16834cba6 attach to containers added by "scale" 4 лет назад
build.go 70eaf2cc61 resolve build args on compose up --build 4 лет назад
build_win.go d5efef2aa7 Use old build for windows engine also on compose up 5 лет назад
compose.go 1fce1623ee Cross build & package compose-cli plugin 5 лет назад
containers.go a8819763b4 scale must ignore oneoff containers 5 лет назад
convergence.go 5f09e330fb prevent race condition renaming containers 4 лет назад
convergence_test.go 0021b14de8 Add unit tests to container_name 5 лет назад
cp.go c2f2196d30 Add all parameter 5 лет назад
create.go 7a25378590 Do not resolve mount linux abs path as windows path on windows (eg. /var/run/docker.sock => c:/var/run/docker.sock folder) 4 лет назад
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 лет назад
dependencies.go ec5489a08c introduce config --services, --volumes, --hash for backward compatibility 5 лет назад
dependencies_test.go 1eb40999e2 Split compose.go into command-focussed go files 5 лет назад
down.go c16834cba6 attach to containers added by "scale" 4 лет назад
down_test.go 98187b2f62 down --volume to remove volume 5 лет назад
events.go 9c4d8ab158 (re)attach to container after restart 5 лет назад
exec.go 4947a4037f remove unresolved vars from env set by `exec` 4 лет назад
images.go c227fd5c5f refactor to reduce calls to InspectRawImage 5 лет назад
kill.go 7d85485242 pause/unpause only need project name. use getContainers where possible 5 лет назад
kill_test.go cc0423df6e Fix down not working if run from a different folder than up, because container labels stored relative paths 5 лет назад
labels.go 7d85485242 pause/unpause only need project name. use getContainers where possible 5 лет назад
logs.go 87abb4eb9c don't invoke r.Close on error as r == nil 5 лет назад
ls.go cba4f140ae Add —all option to compose ls, listing non running projects. 5 лет назад
ls_test.go 1f5a77e67c move test to command-specific test file 5 лет назад
pause.go 7d85485242 pause/unpause only need project name. use getContainers where possible 5 лет назад
port.go 8b38874aba introduce `port` command for parity with docker-compose 5 лет назад
ps.go 221f420ce2 ps shows healthcheck only for running container 4 лет назад
ps_test.go 221f420ce2 ps shows healthcheck only for running container 4 лет назад
pull.go 85af8cdaaa local backend to rely on dockerCli's LoadDefaultConfigFile 5 лет назад
push.go e5834f37fd Add tail messages on progress writer 5 лет назад
remove.go 5cead2266d only stop/remove selected services 5 лет назад
resize.go 0ab75d28ba don't report error resizing tty, as container could stop any time 5 лет назад
restart.go c76dd110c7 only (re)start selected services 4 лет назад
run.go f159bc4901 Support bypass envvars 5 лет назад
start.go 6f6ae071d6 improve container events watch robustness 4 лет назад
status.go 378d02dadd Refactor `up --build` 5 лет назад
stop.go 5cead2266d only stop/remove selected services 5 лет назад
stop_test.go c16834cba6 attach to containers added by "scale" 4 лет назад
top.go 7d85485242 pause/unpause only need project name. use getContainers where possible 5 лет назад