Julien Tant c2f2196d30 Add all parameter hace 4 años
..
testdata 4140196eb0 Add down unit tests hace 5 años
attach.go 7d85485242 pause/unpause only need project name. use getContainers where possible hace 4 años
build.go e433777796 resolve build args without value from environment hace 4 años
build_win.go d5efef2aa7 Use old build for windows engine also on compose up hace 4 años
compose.go 1fce1623ee Cross build & package compose-cli plugin hace 4 años
containers.go a8819763b4 scale must ignore oneoff containers hace 4 años
convergence.go c83c46293f fix race: poll for service completion. Using waitContainer might happend after container exit hace 4 años
convergence_test.go 0021b14de8 Add unit tests to container_name hace 5 años
cp.go c2f2196d30 Add all parameter hace 4 años
create.go 7d43d39de2 Merge pull request #1616 from ndeloof/pid_namespace hace 4 años
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 hace 5 años
dependencies.go ec5489a08c introduce config --services, --volumes, --hash for backward compatibility hace 4 años
dependencies_test.go 1eb40999e2 Split compose.go into command-focussed go files hace 5 años
down.go deecf76421 reduce code complexity with sub-functions hace 4 años
down_test.go 98187b2f62 down --volume to remove volume hace 4 años
events.go 9c4d8ab158 (re)attach to container after restart hace 4 años
exec.go 15eab93b31 docker compose exec to return command exit code hace 4 años
images.go c227fd5c5f refactor to reduce calls to InspectRawImage hace 4 años
kill.go 7d85485242 pause/unpause only need project name. use getContainers where possible hace 4 años
kill_test.go cc0423df6e Fix down not working if run from a different folder than up, because container labels stored relative paths hace 4 años
labels.go 7d85485242 pause/unpause only need project name. use getContainers where possible hace 4 años
logs.go 7d85485242 pause/unpause only need project name. use getContainers where possible hace 4 años
ls.go cba4f140ae Add —all option to compose ls, listing non running projects. hace 5 años
ls_test.go 1f5a77e67c move test to command-specific test file hace 5 años
pause.go 7d85485242 pause/unpause only need project name. use getContainers where possible hace 4 años
port.go 8b38874aba introduce `port` command for parity with docker-compose hace 4 años
ps.go 7d85485242 pause/unpause only need project name. use getContainers where possible hace 4 años
ps_test.go b4fa7b2fa3 PS unit test hace 5 años
pull.go 85af8cdaaa local backend to rely on dockerCli's LoadDefaultConfigFile hace 4 años
push.go e5834f37fd Add tail messages on progress writer hace 4 años
remove.go 5cead2266d only stop/remove selected services hace 4 años
resize.go 0ab75d28ba don't report error resizing tty, as container could stop any time hace 4 años
restart.go 2fdc3bad48 Add restart command hace 4 años
run.go 0ab75d28ba don't report error resizing tty, as container could stop any time hace 4 años
start.go 9af5ea4b6a run ContainerWait in background so we catch container exit hace 4 años
status.go 378d02dadd Refactor `up --build` hace 4 años
stop.go 5cead2266d only stop/remove selected services hace 4 años
stop_test.go 31e59f6919 Refactor Down to avoid double ContainerList hace 4 años
top.go 7d85485242 pause/unpause only need project name. use getContainers where possible hace 4 años