| .. |
|
build.go
|
Added deprecated build flags parallel, compress, force-rm
|
2021-03-19 17:37:08 +01:00 |
|
compose.go
|
Merge pull request #1445 from gtardif/ansi_flag
|
2021-03-22 17:08:19 +01:00 |
|
compose_test.go
|
Add service based network_mode
|
2021-02-23 10:13:31 -03:00 |
|
convert.go
|
--no-interpolate
|
2021-03-22 10:01:34 +01: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
|
Fix \n not being rendered with backquotes
|
2021-03-22 09:56:19 +01: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 |