| .. |
|
testdata
|
Add down unit tests
|
2021-02-11 15:53:05 +01:00 |
|
attach.go
|
only start current project services
|
2021-05-17 11:05:23 +02:00 |
|
build.go
|
resolve build args on compose up --build
|
2021-05-17 10:54:05 +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
|
Cross build & package compose-cli plugin
|
2021-04-22 17:51:29 +02:00 |
|
containers.go
|
scale must ignore oneoff containers
|
2021-04-16 09:15:22 +02:00 |
|
convergence.go
|
Avoid using for variable in go func, as this creates race conditions
|
2021-05-06 09:43:12 +02:00 |
|
convergence_test.go
|
Add unit tests to container_name
|
2021-01-08 10:05:53 +01:00 |
|
cp.go
|
Add all parameter
|
2021-05-01 19:24:07 -07:00 |
|
create.go
|
named pipe need to be mounted using the bind API
|
2021-05-17 09:40:54 +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
|
reduce code complexity with sub-functions
|
2021-04-30 09:35:09 +02:00 |
|
down_test.go
|
down --volume to remove volume
|
2021-04-30 08:18:06 +02:00 |
|
events.go
|
(re)attach to container after restart
|
2021-03-08 14:11:15 +01:00 |
|
exec.go
|
docker compose exec to return command exit code
|
2021-04-29 10:58:45 +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
|
don't invoke r.Close on error as r == nil
|
2021-05-04 08:42:49 +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
|
ps shows healthcheck only for running container
|
2021-05-17 10:02:47 +02:00 |
|
ps_test.go
|
ps shows healthcheck only for running container
|
2021-05-17 10:02:47 +02:00 |
|
pull.go
|
local backend to rely on dockerCli's LoadDefaultConfigFile
|
2021-04-22 17:51:28 +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
|
Support bypass envvars
|
2021-05-06 15:47:31 -03: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 |