Nicolas De loof b46015f2f8 Merge pull request #1610 from ndeloof/build_args_from_env пре 4 година
..
testdata 4140196eb0 Add down unit tests пре 5 година
attach.go 7d85485242 pause/unpause only need project name. use getContainers where possible пре 4 година
build.go e433777796 resolve build args without value from environment пре 4 година
build_win.go d5efef2aa7 Use old build for windows engine also on compose up пре 4 година
compose.go 1fce1623ee Cross build & package compose-cli plugin пре 4 година
containers.go a8819763b4 scale must ignore oneoff containers пре 4 година
convergence.go c83c46293f fix race: poll for service completion. Using waitContainer might happend after container exit пре 4 година
convergence_test.go 0021b14de8 Add unit tests to container_name пре 5 година
create.go b33588b725 when bind mount has CreateHostPath set, use bind API пре 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 пре 4 година
dependencies_test.go 1eb40999e2 Split compose.go into command-focussed go files пре 5 година
down.go cc0423df6e Fix down not working if run from a different folder than up, because container labels stored relative paths пре 4 година
down_test.go 378d02dadd Refactor `up --build` пре 4 година
events.go 9c4d8ab158 (re)attach to container after restart пре 5 година
exec.go 15eab93b31 docker compose exec to return command exit code пре 4 година
images.go c227fd5c5f refactor to reduce calls to InspectRawImage пре 4 година
kill.go 7d85485242 pause/unpause only need project name. use getContainers where possible пре 4 година
kill_test.go cc0423df6e Fix down not working if run from a different folder than up, because container labels stored relative paths пре 4 година
labels.go 7d85485242 pause/unpause only need project name. use getContainers where possible пре 4 година
logs.go 7d85485242 pause/unpause only need project name. use getContainers where possible пре 4 година
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 пре 4 година
port.go 8b38874aba introduce `port` command for parity with docker-compose пре 4 година
ps.go 7d85485242 pause/unpause only need project name. use getContainers where possible пре 4 година
ps_test.go b4fa7b2fa3 PS unit test пре 5 година
pull.go 85af8cdaaa local backend to rely on dockerCli's LoadDefaultConfigFile пре 4 година
push.go e5834f37fd Add tail messages on progress writer пре 4 година
remove.go 5cead2266d only stop/remove selected services пре 4 година
resize.go 0ab75d28ba don't report error resizing tty, as container could stop any time пре 4 година
restart.go 2fdc3bad48 Add restart command пре 4 година
run.go 0ab75d28ba don't report error resizing tty, as container could stop any time пре 4 година
start.go 9af5ea4b6a run ContainerWait in background so we catch container exit пре 4 година
status.go 378d02dadd Refactor `up --build` пре 4 година
stop.go 5cead2266d only stop/remove selected services пре 4 година
stop_test.go 31e59f6919 Refactor Down to avoid double ContainerList пре 4 година
top.go 7d85485242 pause/unpause only need project name. use getContainers where possible пре 4 година