Guillaume Tardif
|
fc8132167e
Update doc for release
|
5 years ago |
Guillaume Tardif
|
f2ff8ab669
Merge pull request #341 from docker/better_error_message
|
5 years ago |
Guillaume Tardif
|
dbc109808d
Better error message when trying to remove a container from a compose application
|
5 years ago |
Guillaume Tardif
|
aeb446ef4f
Merge pull request #334 from docker/fix_rm_compose_container
|
5 years ago |
Guillaume Tardif
|
da3c3dab1c
@gtardif @rumpl Use %q instead of \"%s\"
|
5 years ago |
Guillaume Tardif
|
0dcab4004d
Use %q instead of \"%s\"
|
5 years ago |
Djordje Lukic
|
c4c0c24dca
Merge pull request #335 from docker/fix-metrics-goroutine
|
5 years ago |
Djordje Lukic
|
159b9d0cfb
Make sure the metrics goroutine is scheduled
|
5 years ago |
Djordje Lukic
|
1b9dd7ac27
Merge pull request #332 from docker/feat-sleep-ctx
|
5 years ago |
Djordje Lukic
|
c903362d02
Merge pull request #333 from docker/feat-scan-metrics
|
5 years ago |
Guillaume Tardif
|
568dc6de23
Do not allow ACI single containers with name that includes separator used for compose services (this would breaks docker logs, docker exec, docker rm using <CONTAINER_ID>)
|
5 years ago |
Djordje Lukic
|
a97a26bfc3
Implement metrics for `docker scan`
|
5 years ago |
Djordje Lukic
|
0057093897
Sleep cancel sleep on log follow if the user cancels
|
5 years ago |
Guillaume Tardif
|
76cb73c5c2
ACI : allow `docker compose down —project-name xxx` without requiring the compose file
|
5 years ago |
Guillaume Tardif
|
6b74716490
Specific error message when user tries to remove one container from an ACI compose application, mentioning the name of the compose application and that user should use compose down
|
5 years ago |
Guillaume Tardif
|
ae76e0cf27
Merge pull request #325 from docker/error_status_context_needs_login
|
5 years ago |
Guillaume Tardif
|
4a1b50a9cd
Merge pull request #326 from docker/run_follow_logs
|
5 years ago |
Guillaume Tardif
|
5eea111ecf
Run containers and attach to logs by default, detach with -d option
|
5 years ago |
Guillaume Tardif
|
3c83e01e9c
Merge pull request #327 from docker/compose-go
|
5 years ago |
Guillaume Tardif
|
5a7f780bae
Merge pull request #328 from docker/do_not_wait_cleanup_results
|
5 years ago |
Guillaume Tardif
|
a9ef20eefd
In ACI e2e tests, do not wait for full resource group deletion at the end, let ACI clean things UP (timeframe ~45 sec). This is costing GH Action minutes for nothing, and slows test results.
|
5 years ago |
Nicolas De Loof
|
622402709a
Use compose-go's Project and ProjectOptions
|
5 years ago |
Guillaume Tardif
|
42b516e738
Merge pull request #323 from docker/fix-log-lines
|
5 years ago |
Guillaume Tardif
|
2f90715ba2
Merge pull request #321 from docker/dependabot/go_modules/github.com/Azure/azure-storage-file-go-0.8.0
|
5 years ago |
Guillaume Tardif
|
15cdcf831e
Merge pull request #324 from docker/fix-non-console
|
5 years ago |
Guillaume Tardif
|
964e331a10
Specific exit code when command fails because azure login is required. Will be used by VSCode Docker integration
|
5 years ago |
Djordje Lukic
|
e4354c82d1
Make sure we can have a console
|
5 years ago |
Djordje Lukic
|
d3f1209bab
Add test for the backtracking of lines
|
5 years ago |
Djordje Lukic
|
e852e8f96a
Count the lines from the terminal, not from ACI
|
5 years ago |
Djordje Lukic
|
8e8c868a70
Merge pull request #322 from docker/fix_attach_logs
|
5 years ago |