This website requires JavaScript.
5f7c284d58
update delegation test to check all context types
aiordache
2020-07-29 16:05:13 +0200
87245ef727
rename packages ( amazon to ecs and azure to aci )
aiordache
2020-07-29 15:12:45 +0200
2471e51b39
set build tag for the ecs context and backend
aiordache
2020-07-20 10:48:05 +0200
cfa7406d73
fix tests
aiordache
2020-07-17 16:08:36 +0200
fb63373a9b
remove cluster property from aws context
aiordache
2020-07-16 16:32:37 +0200
355295696f
Create aws context
aiordache
2020-07-15 15:09:05 +0200
3bad2d4004
Merge pull request #401 from docker/compose_cmd
Anca Iordache
2020-07-30 11:15:33 +0200
648f0139df
add e2e test for compose up on default context
aiordache
2020-07-29 14:43:41 +0200
5a26b25709
handle compose on all context types
aiordache
2020-07-29 11:58:09 +0200
cfd6d2f5d1
Error out for contexts not implementing compose command
aiordache
2020-07-28 16:30:08 +0200
df9f93cf18
Merge pull request #398 from docker/logout-test-win
Chris Crone
2020-07-17 17:08:26 +0200
eac315c6ec
tests: Fix logout test on Windows
Christopher Crone
2020-07-17 16:55:09 +0200
45604a6350
Merge pull request #397 from docker/fix-logout
Chris Crone
2020-07-17 16:36:25 +0200
d1a929eb7f
cli: Fix logout when specifying a registry
Christopher Crone
2020-07-17 16:23:52 +0200
af0417c758
cli: Refactor Azure logout
Christopher Crone
2020-07-17 16:23:15 +0200
0bf09d387a
Merge pull request #394 from docker/bump-go-1.14.6
Chris Crone
2020-07-17 15:57:50 +0200
bda30502b8
dependencies: Bump Golang
Christopher Crone
2020-07-17 09:37:51 +0200
c13d16577e
Merge pull request #390 from chris-crone/readme-typos
Chris Crone
2020-07-16 17:12:44 +0200
6294843a06
Merge pull request #391 from docker/bump-deps
Chris Crone
2020-07-16 17:12:31 +0200
8ec9b3c77b
dependencies: Bump Golang and linter
Christopher Crone
2020-07-16 13:22:08 +0200
bf9b31e6f7
readme: Fix typos
Christopher Crone
2020-07-16 13:21:08 +0200
9a4e937c8b
Merge pull request #389 from docker/fix-single-container-tag
Chris Crone
2020-07-16 11:24:57 +0200
4480d27595
Don't set the container name in the test
Djordje Lukic
2020-07-16 10:39:41 +0200
a2edb5b64e
Fix adding a tag to a container group
Djordje Lukic
2020-07-16 10:01:49 +0200
45a7c7a422
Merge pull request #385 from docker/aci_tags
Djordje Lukic
2020-07-13 11:35:22 +0200
042fb66ad8
Better progress display: “Group xxx” for container group creation, then separate lines for containers. For single containers, there was a single mixed line now that the group and the container have the same name. ``` $ ./bin/docker --context acitest run nginx [+] Running 2/2 ⠿ Group strange-bartik Created 4.2s ⠿ strange-bartik Done 20.6s strange-bartik ``
Guillaume Tardif
2020-07-10 14:41:13 +0200
f7d1b8d4bf
Merge pull request #387 from docker/fix_subscriptionID_param
Djordje Lukic
2020-07-13 11:14:09 +0200
84dbd1467d
Move the struct for creating and aci context to azure package
Djordje Lukic
2020-07-13 10:38:29 +0200
d8093d6c9c
Merge pull request #388 from docker/dependabot/go_modules/github.com/Azure/go-autorest/autorest-0.11.2
Djordje Lukic
2020-07-13 10:12:14 +0200
6002fcc6b9
Bump github.com/Azure/go-autorest/autorest from 0.11.0 to 0.11.2
dependabot-preview[bot]
2020-07-10 21:24:57 +0000
43b54ef75a
Also remove map[string]string for azure login (tenantId param)
Guillaume Tardif
2020-07-10 16:55:44 +0200
97d408d25d
Replaced map[string] string by existing aciCreateOpts struct for context create
Guillaume Tardif
2020-07-10 16:39:09 +0200
e2b0ee08ac
Fixed wrong error message
Guillaume Tardif
2020-07-10 14:29:24 +0200
23a03c59aa
Change single container tag to `docker-single-container` ; added tag `docker-compose-application`. The compose tag is not used yet, can be useful for metrics, and maybe other things later on.
Guillaume Tardif
2020-07-10 14:27:55 +0200
c36b64c10b
Fixing subscription-id parameter not passed to backend...
Guillaume Tardif
2020-07-10 15:27:41 +0200
1fbdbbbbe3
Merge pull request #381 from docker/fix-logs-windows
Guillaume Tardif
2020-07-10 13:06:07 +0200
d21fd7b8cf
Do not fail (divide by zero) if terminal width is not set. Improved a bit the ACI e2e test, happy that it catches this error (this was going to break the log gRPC API)
Guillaume Tardif
2020-07-10 13:00:41 +0200
eb5965c962
Merge pull request #380 from docker/remove-single-container-fixed-name
Guillaume Tardif
2020-07-10 11:32:16 +0200
52c2d09eae
Merge pull request #376 from docker/logout
Guillaume Tardif
2020-07-10 09:48:39 +0200
26b4ece77d
Merge pull request #373 from docker/chore-guava
Djordje Lukic
2020-07-09 15:02:39 +0200
b22118a861
Merge pull request #372 from docker/feat-non-interactive-exec
Ulysses Souza
2020-07-09 11:51:35 +0200
ef2d304762
Allow non-interactive exec on ACI
Djordje Lukic
2020-07-08 14:31:27 +0200
ffd815da64
Merge pull request #375 from docker/feat-grpc-platform
Djordje Lukic
2020-07-09 10:56:07 +0200
de385ba1ee
Merge pull request #377 from docker/dependabot/go_modules/github.com/AlecAivazis/survey/v2-2.0.8
Djordje Lukic
2020-07-09 10:55:44 +0200
e6c115dc17
Get the real width of the terminal
Djordje Lukic
2020-07-09 10:50:48 +0200
3b85582c38
Relax single container name
Ulysses Souza
2020-07-08 23:31:01 +0200
1fe5bf9b60
Bump github.com/AlecAivazis/survey/v2 from 2.0.7 to 2.0.8
dependabot-preview[bot]
2020-07-08 21:25:13 +0000
492ce96dd4
Implement azure logout
Guillaume Tardif
2020-07-08 16:01:54 +0200
78cb0a87c7
Merge pull request #367 from docker/e2e_cleanup
Guillaume Tardif
2020-07-08 17:24:10 +0200
0639aab22e
Allow single test run with make
Guillaume Tardif
2020-07-08 16:31:31 +0200
7cd0b3c159
Separate ACI e2e tests, allowing to run a single one
Guillaume Tardif
2020-07-07 18:29:24 +0200
a2ea2347ba
Remove It() in e2e tests, simplified step declaration. Nicer test output for all tests
Guillaume Tardif
2020-07-07 16:25:30 +0200
b146b2f391
Add the platform when returning a container over GRPC
Djordje Lukic
2020-07-08 16:41:25 +0200
f62ab26714
Merge pull request #371 from docker/azure-volume-errors
Ulysses Souza
2020-07-08 15:13:33 +0200
f5f01a8729
Update guava version to remove security warning
Djordje Lukic
2020-07-08 15:07:12 +0200
42a756f7d3
azure: Clean up volume parsing functions
Christopher Crone
2020-07-03 18:12:42 +0200
b881f16085
Merge pull request #364 from chris-crone/set-version-docker
Chris Crone
2020-07-08 11:51:00 +0200
33cbee03b8
Merge pull request #363 from chris-crone/bump-tools
Chris Crone
2020-07-07 15:51:04 +0200
539464ed3d
build: Set version when building with Docker
Christopher Crone
2020-07-07 15:48:09 +0200
1e3b90f4f8
Merge pull request #362 from docker/fix_aci_tests
Guillaume Tardif
2020-07-07 15:42:11 +0200
878783d271
tools: Update Go and linter
Christopher Crone
2020-07-07 15:24:07 +0200
c5cd0f44f8
Fix ACI e2e tests : do not use console if no tty option set in exec
Guillaume Tardif
2020-07-07 14:05:25 +0200
16acc36033
Merge pull request #356 from docker/fix-non-interactive
Guillaume Tardif
2020-07-07 12:41:44 +0200
de4ba33c60
Merge pull request #358 from docker/aci_env_variable
Guillaume Tardif
2020-07-07 12:40:27 +0200
f7daa70c87
Add ACI e2e test starting mysql with typical env vars
Guillaume Tardif
2020-07-07 12:17:46 +0200
cb3ac513cc
Add run env variables support (KEY=AVLUE or KEY, will grab the process env value). No support yet for env files
Guillaume Tardif
2020-07-07 00:48:34 +0200
0c27fd6236
Support environment variables defined in compose file: * KEY=VALUE * KEY (no =VALUE) will fetch the process environment variable
Guillaume Tardif
2020-07-06 23:25:01 +0200
2e867f40d7
Merge pull request #355 from docker/fix_windows_login
Guillaume Tardif
2020-07-07 11:29:39 +0200
d7f8724dba
Merge pull request #354 from docker/aci_fix_compose_working_dir
Guillaume Tardif
2020-07-07 11:27:49 +0200
efea5c8c83
Merge pull request #352 from docker/fix_error_cancel_logs
Guillaume Tardif
2020-07-07 11:27:33 +0200
2d73f180ed
return error if pb opening browser for login
guillaume.tardif
2020-07-07 09:29:45 +0200
35cbb621fb
Add check on exec looking for arguments
Ulysses Souza
2020-07-06 03:29:48 +0200
1d8e0ef9e6
Revert "Return an error if unable to open the browser"
guillaume.tardif
2020-07-07 09:19:06 +0200
43d8f2fa18
Merge pull request #351 from chris-crone/error-progress-fix
Chris Crone
2020-07-06 17:55:51 +0200
0776e79e8e
Exit without error message if user canceled command (typical scenario : ACI `logs — follow` and ctrl-C while querying ACI)
Guillaume Tardif
2020-07-06 13:51:48 +0200
b1d923d5a0
Merge pull request #347 from docker/inspect_platform
Guillaume Tardif
2020-07-06 17:13:08 +0200
e4c1a1f945
Fix `docker compose up` with default project name being derived from current working dir. has been fixed upstream in compose-go (see https://github.com/compose-spec/compose-go/pull/56 )
Guillaume Tardif
2020-07-06 16:56:30 +0200
50d932195d
progress: Rename variable to clarify logic
Christopher Crone
2020-07-06 14:03:48 +0200
fac4c60077
progress: Add test for error event
Christopher Crone
2020-07-06 13:52:36 +0200
9cc04472fb
progress: Stop event on error
Christopher Crone
2020-07-06 13:26:34 +0200
8ad53088a3
Merge pull request #344 from gtardif/doc_release
Guillaume Tardif
2020-07-06 13:10:13 +0200
2c981f14b3
Merge pull request #342 from docker/feat-aci-metrics
Guillaume Tardif
2020-07-06 13:07:01 +0200
7296290408
Add ”Platform” in docker inspect result, showing container OS (this field is used by VSCode)
Guillaume Tardif
2020-07-06 12:15:07 +0200
188dc1b06c
Metrics for azure commands
Djordje Lukic
2020-07-03 16:57:07 +0200
fc8132167e
Update doc for release
Guillaume Tardif
2020-07-06 09:40:35 +0200
f2ff8ab669
Merge pull request #341 from docker/better_error_message
Guillaume Tardif
2020-07-03 16:03:22 +0200
dbc109808d
Better error message when trying to remove a container from a compose application
Guillaume Tardif
2020-07-03 15:55:51 +0200
aeb446ef4f
Merge pull request #334 from docker/fix_rm_compose_container
Guillaume Tardif
2020-07-03 15:42:48 +0200
da3c3dab1c
@gtardif @rumpl Use %q instead of \"%s\"
Guillaume Tardif
2020-07-03 15:40:25 +0200
0dcab4004d
Use %q instead of \"%s\"
Guillaume Tardif
2020-07-03 15:39:44 +0200
c4c0c24dca
Merge pull request #335 from docker/fix-metrics-goroutine
Djordje Lukic
2020-07-03 15:01:14 +0200
159b9d0cfb
Make sure the metrics goroutine is scheduled
Djordje Lukic
2020-07-03 12:17:14 +0200
1b9dd7ac27
Merge pull request #332 from docker/feat-sleep-ctx
Djordje Lukic
2020-07-03 14:34:18 +0200
c903362d02
Merge pull request #333 from docker/feat-scan-metrics
Djordje Lukic
2020-07-03 14:31:16 +0200
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>)
Guillaume Tardif
2020-07-03 10:53:50 +0200
a97a26bfc3
Implement metrics for `docker scan`
Djordje Lukic
2020-07-03 10:55:28 +0200
0057093897
Sleep cancel sleep on log follow if the user cancels
Djordje Lukic
2020-07-03 10:49:57 +0200
76cb73c5c2
ACI : allow `docker compose down —project-name xxx` without requiring the compose file
Guillaume Tardif
2020-07-03 10:24:06 +0200
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
Guillaume Tardif
2020-07-03 10:03:46 +0200
ae76e0cf27
Merge pull request #325 from docker/error_status_context_needs_login
Guillaume Tardif
2020-07-02 17:02:57 +0200