Guillaume Tardif
|
a86a4737da
Merge pull request #1438 from docker/port
|
4 years ago |
Nicolas De Loof
|
8b38874aba
introduce `port` command for parity with docker-compose
|
4 years ago |
Ulysses Souza
|
2fdc3bad48
Add restart command
|
4 years ago |
Nicolas De Loof
|
48402585fd
replace passing parameters by context with singletons
|
4 years ago |
Nicolas De Loof
|
9c4d8ab158
(re)attach to container after restart
|
4 years ago |
Nicolas De Loof
|
4c592700ee
introduce docker compose events
|
4 years ago |
Nicolas De loof
|
f08c58f903
Merge pull request #1398 from aiordache/compose_top
|
4 years ago |
aiordache
|
62f24c7086
Add `ignore-push-failures` flag to `compose push`
|
4 years ago |
aiordache
|
79af862613
Add `compose top` command
|
4 years ago |
aiordache
|
012f710717
Fix lint issues
|
4 years ago |
aiordache
|
b3d39931b3
add timeout for up/down
|
4 years ago |
aiordache
|
48928811df
Wait for pods to be running/terminated on compose up/down
|
4 years ago |
aiordache
|
d10600041d
Add secret support
|
4 years ago |
aiordache
|
9ec5af76cd
Wait for expected pod status on `compose up`
|
4 years ago |
Nicolas De Loof
|
6f73007265
support compose build --pull
|
4 years ago |
Guillaume Tardif
|
cba4f140ae
Add —all option to compose ls, listing non running projects.
|
4 years ago |
Nicolas De Loof
|
e362947cb1
introduce pause and unpause commands
|
4 years ago |
Nicolas De loof
|
5e7203dbe4
Merge pull request #1306 from aiordache/compose_exec_cmd
|
4 years ago |
aiordache
|
afac025a49
Add `compose exec` command
|
4 years ago |
Nicolas De Loof
|
0b517741a0
introduce --timeout on compose stop|down
|
4 years ago |
Nicolas De Loof
|
5cb2533faa
dryrun to collect resources to be removed, then remove
|
4 years ago |
Nicolas De Loof
|
20b83aa237
introduce compose rm command
|
4 years ago |
Nicolas De Loof
|
4462f12249
revisit `run` implementation as create, attach, start, wait
|
4 years ago |
Nicolas De Loof
|
7a7114fb5f
Capture container exit code and dump on console
|
4 years ago |
Guillaume Tardif
|
1562af9e41
Merge pull request #1249 from aiordache/kube_convert_cmd
|
4 years ago |
aiordache
|
f21326a319
Add output flag for writing chart files
|
4 years ago |
aiordache
|
1e7ce90561
Kube backend: add the `compose logs` command
|
4 years ago |
aiordache
|
a9247e5412
Kube backend: add `compose convert` for displaying the generated chart content
|
4 years ago |
Guillaume Tardif
|
f368036ddd
Add compose ps listing pod statuses (retrieve pods from compose project label)
|
4 years ago |
Guillaume Tardif
|
73e94b4ba5
Add Kube client
|
4 years ago |