| .. |
|
testdata
|
Add down unit tests
|
2021-02-11 15:53:05 +01:00 |
|
attach.go
|
set terminal in character mode when attached to a container
|
2021-03-24 15:37:32 +01:00 |
|
build.go
|
Use old build for windows engine also on compose up
|
2021-04-01 09:59:01 +02:00 |
|
build_win.go
|
Use old build for windows engine also on compose up
|
2021-04-01 09:59:01 +02:00 |
|
compose.go
|
dryrun to collect resources to be removed, then remove
|
2021-02-15 12:32:44 +01:00 |
|
containers.go
|
introduce config --services, --volumes, --hash for backward compatibility
|
2021-03-19 15:40:24 +01:00 |
|
convergence.go
|
Merge pull request #1444 from docker/config_flags
|
2021-03-19 16:57:25 +01:00 |
|
convergence_test.go
|
Add unit tests to container_name
|
2021-01-08 10:05:53 +01:00 |
|
create.go
|
don't use filepath to process remote bind paths
|
2021-04-06 13:29:25 +02:00 |
|
create_test.go
|
Network names and volume names don’t need anymore to be re-adapted (and prefixed with project name) after loaded from compose-go
|
2021-01-14 10:07:29 +01:00 |
|
dependencies.go
|
introduce config --services, --volumes, --hash for backward compatibility
|
2021-03-19 15:40:24 +01:00 |
|
dependencies_test.go
|
Split compose.go into command-focussed go files
|
2020-12-08 11:58:49 +01:00 |
|
down.go
|
Refactor Down to avoid double ContainerList
|
2021-03-24 17:48:23 -03:00 |
|
down_test.go
|
Refactor Down to avoid double ContainerList
|
2021-03-24 17:48:23 -03:00 |
|
events.go
|
(re)attach to container after restart
|
2021-03-08 14:11:15 +01:00 |
|
exec.go
|
Add `compose exec` command
|
2021-02-16 10:56:00 +01:00 |
|
images.go
|
Add `compose images` cmd
|
2021-04-07 16:08:09 +02:00 |
|
kill.go
|
Add kill command
|
2021-02-03 10:44:26 +01:00 |
|
kill_test.go
|
Refactor Down to avoid double ContainerList
|
2021-03-24 17:48:23 -03:00 |
|
labels.go
|
Merge pull request #1246 from ulyssessouza/label-envfiles
|
2021-02-08 16:09:44 +01:00 |
|
logs.go
|
introduce config --services, --volumes, --hash for backward compatibility
|
2021-03-19 15:40:24 +01:00 |
|
ls.go
|
Add —all option to compose ls, listing non running projects.
|
2021-02-24 13:11:12 +01:00 |
|
ls_test.go
|
move test to command-specific test file
|
2020-12-09 10:33:52 +01:00 |
|
pause.go
|
Add --attach-dependencies
|
2021-03-02 22:27:34 -03:00 |
|
port.go
|
introduce `port` command for parity with docker-compose
|
2021-03-19 13:31:42 +01:00 |
|
ps.go
|
PS unit test
|
2021-02-11 15:53:06 +01:00 |
|
ps_test.go
|
PS unit test
|
2021-02-11 15:53:06 +01:00 |
|
pull.go
|
Add tail messages on progress writer
|
2021-03-25 18:21:36 -03:00 |
|
push.go
|
Add tail messages on progress writer
|
2021-03-25 18:21:36 -03:00 |
|
remove.go
|
Add --attach-dependencies
|
2021-03-02 22:27:34 -03:00 |
|
restart.go
|
Add restart command
|
2021-03-16 02:02:36 -03:00 |
|
run.go
|
set terminal in character mode when attached to a container
|
2021-03-24 15:37:32 +01:00 |
|
start.go
|
run ContainerWait in background so we catch container exit
|
2021-03-22 16:31:10 +01:00 |
|
status.go
|
Add restart command
|
2021-03-16 02:02:36 -03:00 |
|
stop.go
|
introduce --timeout on compose stop|down
|
2021-02-16 10:21:01 +01:00 |
|
stop_test.go
|
Refactor Down to avoid double ContainerList
|
2021-03-24 17:48:23 -03:00 |
|
top.go
|
Add containers.filter and e2e test
|
2021-03-08 10:27:24 +01:00 |