| .. |
|
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 support for COMPOSE_PROFILES
|
2021-04-06 11:20:58 +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 |
|
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
|
replace passing parameters by context with singletons
|
2021-03-12 15:28:17 +01: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
|
implement -v, -p, --service-ports and --use-aliases on compose run
|
2021-03-05 14:25:29 +01: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
|
Kill on second SIGTERM
|
2021-03-22 16:56:02 +01:00 |
|
up_test.go
|
don't put enabled services in the disabled slice
|
2021-03-02 14:25:32 +01:00 |