Ulysses Souza
|
cd233ceb5c
Add defensive code
|
4 年之前 |
Ulysses Souza
|
0529415fa7
Stop project on Ctrl+C
|
4 年之前 |
Nicolas De loof
|
c881e22ab8
Merge pull request #1143 from aiordache/local_volume_override
|
4 年之前 |
aiordache
|
774234750d
Parse volumes_from
|
4 年之前 |
Guillaume Tardif
|
930ae8bdb2
goimports -local github.com/docker/compose-cli -w . ; gofmt -s -w .
|
4 年之前 |
Guillaume Tardif
|
4dee783aba
Move progress => api
|
4 年之前 |
aiordache
|
747d2de397
cleanup
|
4 年之前 |
aiordache
|
515f3ba1e7
Revisit volume implementation
|
4 年之前 |
Guillaume Tardif
|
8ab3149f45
Network names and volume names don’t need anymore to be re-adapted (and prefixed with project name) after loaded from compose-go
|
4 年之前 |
Guillaume Tardif
|
7dd3a5a1eb
Remove duplicate compute of image name & add unit test
|
4 年之前 |
Nicolas De Loof
|
609eeb0962
We actually support volume labels and driver_opts
|
4 年之前 |
Nicolas De loof
|
947009d772
Merge pull request #1113 from docker/local_inline_secrets
|
4 年之前 |
aiordache
|
30d6e1b9e2
override inherited secret mounts
|
4 年之前 |
aiordache
|
ebeef45e85
Implement secrets via bind-mounts for local compose
|
4 年之前 |
Ulysses Souza
|
b3993230d1
Add network alias to container name
|
4 年之前 |
Nicolas De loof
|
1cf48318a4
Merge pull request #1106 from docker/orphans
|
4 年之前 |
aiordache
|
31e40176da
Add GPU support via DeviceRequests
|
4 年之前 |
Nicolas De Loof
|
4de01936f8
introduce --remove-orphans option
|
4 年之前 |
Guillaume Tardif
|
32d5644937
Pass reader Writer as options to backend, remove hardcoded os.Stdout
|
4 年之前 |
Guillaume Tardif
|
bad0d41d90
Auto-remove using container config
|
4 年之前 |
Guillaume Tardif
|
27dc2e5be1
Reuse Create(Project) and Start(Project)
|
4 年之前 |
Guillaume Tardif
|
8eb9733914
No need to support service `container_name` in this PR, will do separately, minor cleanup
|
4 年之前 |
Guillaume Tardif
|
b289138ca9
No need to filter services again in backend, filter is done by cli command. Added e2e test, labels one-off and slug
|
4 年之前 |
Guillaume Tardif
|
e4ed2b02d7
Fix container attaching to wrong volume name for compose non-external volumes. Took the opportunity to validate R/O volumes, but not related to this fix
|
4 年之前 |
Djordje Lukic
|
033941d890
compose: Add service labels
|
4 年之前 |
Nicolas De Loof
|
1eb40999e2
Split compose.go into command-focussed go files
|
4 年之前 |