.. |
build.go
|
--memory is not deprecated, but not supported on buildkit. Issue a Warning and ignore flag
|
2021-03-30 15:24:36 +02:00 |
compose.go
|
Add `compose images` cmd
|
2021-04-07 16:08:09 +02:00 |
compose_test.go
|
Add service based network_mode
|
2021-02-23 10:13:31 -03:00 |
convert.go
|
introduce config --profiles for parity with docker-compose
|
2021-03-30 11:52:16 +02:00 |
convert_kube.go
|
Add output flag for writing chart files
|
2021-02-08 18:10:02 +01:00 |
create.go
|
introduce --no-build option
|
2021-02-23 10:42:51 +01:00 |
down.go
|
replace passing parameters by context with singletons
|
2021-03-12 15:28:17 +01:00 |
events.go
|
replace passing parameters by context with singletons
|
2021-03-12 15:28:17 +01:00 |
exec.go
|
replace passing parameters by context with singletons
|
2021-03-12 15:28:17 +01:00 |
images.go
|
Add `compose images` cmd
|
2021-04-07 16:08:09 +02:00 |
kill.go
|
replace passing parameters by context with singletons
|
2021-03-12 15:28:17 +01:00 |
list.go
|
replace passing parameters by context with singletons
|
2021-03-12 15:28:17 +01:00 |
logs.go
|
replace passing parameters by context with singletons
|
2021-03-12 15:28:17 +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
|
introduce `port` command for parity with docker-compose
|
2021-03-19 13:31:42 +01:00 |
pull.go
|
Add --ignore-pull-failures to command pull
|
2021-03-24 14:44:04 -03:00 |
push.go
|
replace passing parameters by context with singletons
|
2021-03-12 15:28:17 +01:00 |
remove.go
|
replace passing parameters by context with singletons
|
2021-03-12 15:28:17 +01:00 |
restart.go
|
Add restart command
|
2021-03-16 02:02:36 -03:00 |
run.go
|
Replace custom error type for exit code with existing one from docker/cli.
|
2021-04-07 15:48:37 +02:00 |
start.go
|
replace passing parameters by context with singletons
|
2021-03-12 15:28:17 +01:00 |
stop.go
|
replace passing parameters by context with singletons
|
2021-03-12 15:28:17 +01:00 |
top.go
|
replace passing parameters by context with singletons
|
2021-03-12 15:28:17 +01:00 |
up.go
|
Replace custom error type for exit code with existing one from docker/cli.
|
2021-04-07 15:48:37 +02:00 |
up_test.go
|
don't put enabled services in the disabled slice
|
2021-03-02 14:25:32 +01:00 |