| .. |
|
testdata
|
Add down unit tests
|
2021-02-11 15:53:05 +01:00 |
|
attach.go
|
pause/unpause only need project name. use getContainers where possible
|
2021-04-08 09:40:50 +02:00 |
|
build.go
|
fix race: poll for service completion. Using waitContainer might happend after container exit
|
2021-04-22 08:51:25 +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
|
scale must ignore oneoff containers
|
2021-04-16 09:15:22 +02:00 |
|
convergence.go
|
fix race: poll for service completion. Using waitContainer might happend after container exit
|
2021-04-22 08:51:25 +02:00 |
|
convergence_test.go
|
Add unit tests to container_name
|
2021-01-08 10:05:53 +01:00 |
|
create.go
|
Fix down not working if run from a different folder than up, because container labels stored relative paths
|
2021-04-22 16:19:31 +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
|
Fix down not working if run from a different folder than up, because container labels stored relative paths
|
2021-04-22 16:19:31 +02:00 |
|
down_test.go
|
Refactor `up --build`
|
2021-04-08 20:37:16 -03:00 |
|
events.go
|
(re)attach to container after restart
|
2021-03-08 14:11:15 +01:00 |
|
exec.go
|
don't report error resizing tty, as container could stop any time
|
2021-04-15 10:13:19 +02:00 |
|
images.go
|
refactor to reduce calls to InspectRawImage
|
2021-04-20 15:18:08 +02:00 |
|
kill.go
|
pause/unpause only need project name. use getContainers where possible
|
2021-04-08 09:40:50 +02:00 |
|
kill_test.go
|
Fix down not working if run from a different folder than up, because container labels stored relative paths
|
2021-04-22 16:19:31 +02:00 |
|
labels.go
|
pause/unpause only need project name. use getContainers where possible
|
2021-04-08 09:40:50 +02:00 |
|
logs.go
|
pause/unpause only need project name. use getContainers where possible
|
2021-04-08 09:40:50 +02: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
|
pause/unpause only need project name. use getContainers where possible
|
2021-04-08 09:40:50 +02:00 |
|
port.go
|
introduce `port` command for parity with docker-compose
|
2021-03-19 13:31:42 +01:00 |
|
ps.go
|
pause/unpause only need project name. use getContainers where possible
|
2021-04-08 09:40:50 +02:00 |
|
ps_test.go
|
PS unit test
|
2021-02-11 15:53:06 +01:00 |
|
pull.go
|
Categorize failure metrics, set specific metrics for compose file parse error, file not found, cmdline syntax errors, build error, pull error.
|
2021-04-09 17:20:29 +02:00 |
|
push.go
|
Add tail messages on progress writer
|
2021-03-25 18:21:36 -03:00 |
|
remove.go
|
only stop/remove selected services
|
2021-04-20 19:06:41 +02:00 |
|
resize.go
|
don't report error resizing tty, as container could stop any time
|
2021-04-15 10:13:19 +02:00 |
|
restart.go
|
Add restart command
|
2021-03-16 02:02:36 -03:00 |
|
run.go
|
don't report error resizing tty, as container could stop any time
|
2021-04-15 10:13:19 +02:00 |
|
start.go
|
run ContainerWait in background so we catch container exit
|
2021-03-22 16:31:10 +01:00 |
|
status.go
|
Refactor `up --build`
|
2021-04-08 20:37:16 -03:00 |
|
stop.go
|
only stop/remove selected services
|
2021-04-20 19:06:41 +02:00 |
|
stop_test.go
|
Refactor Down to avoid double ContainerList
|
2021-03-24 17:48:23 -03:00 |
|
top.go
|
pause/unpause only need project name. use getContainers where possible
|
2021-04-08 09:40:50 +02:00 |