Nicolas De Loof 4462f12249 revisit `run` implementation as create, attach, start, wait 4 years ago
..
testdata 4140196eb0 Add down unit tests 4 years ago
attach.go d56745cba4 detect stopped containers as "Created" 4 years ago
build.go 7dd3a5a1eb Remove duplicate compute of image name & add unit test 4 years ago
compose.go b8093e668a Kill Unit test mocking docker client API 4 years ago
containers.go d720eb6c03 Fix race (parallel update of collection) to remove orphan containers 4 years ago
convergence.go d56745cba4 detect stopped containers as "Created" 4 years ago
convergence_test.go 0021b14de8 Add unit tests to container_name 4 years ago
create.go f52bdc54d8 Merge pull request #1281 from gtardif/compose_unittests 4 years ago
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 years ago
dependencies.go 1eb40999e2 Split compose.go into command-focussed go files 4 years ago
dependencies_test.go 1eb40999e2 Split compose.go into command-focussed go files 4 years ago
down.go d720eb6c03 Fix race (parallel update of collection) to remove orphan containers 4 years ago
down_test.go d720eb6c03 Fix race (parallel update of collection) to remove orphan containers 4 years ago
kill.go 0aa3f4a189 Add kill command 4 years ago
kill_test.go b4fa7b2fa3 PS unit test 4 years ago
labels.go 66fb7903ad Merge pull request #1246 from ulyssessouza/label-envfiles 4 years ago
logs.go d9fe745cc0 avoid use of channels in API for gRPC compatibility 4 years ago
ls.go b4fa7b2fa3 PS unit test 4 years ago
ls_test.go 1f5a77e67c move test to command-specific test file 4 years ago
ps.go b4fa7b2fa3 PS unit test 4 years ago
ps_test.go b4fa7b2fa3 PS unit test 4 years ago
pull.go 2a8c24e4ff Move config => api/config 4 years ago
push.go 2a8c24e4ff Move config => api/config 4 years ago
run.go 4462f12249 revisit `run` implementation as create, attach, start, wait 4 years ago
start.go d9fe745cc0 avoid use of channels in API for gRPC compatibility 4 years ago
stop.go 0aa3f4a189 Add kill command 4 years ago
util.go 747d2de397 cleanup 4 years ago