Commit Graph

1579 Commits

Author SHA1 Message Date
Guillaume Tardif bfd9f5b431
Merge pull request #838 from gtardif/docs_rearrange
Docs: adding docs README, moving ecs docs in docs folder, removing ob…
2020-10-28 14:47:18 +01:00
Guillaume Tardif e881c8c7c4 Apply suggestions from code review
Co-authored-by: Chris Crone <christopher.crone@docker.com>

Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
2020-10-28 14:35:40 +01:00
Guillaume Tardif a6af33a418
Merge pull request #840 from gtardif/fix_context_update
Add update command for backward compatibility
2020-10-28 14:32:29 +01:00
Guillaume Tardif 02501407de Add update command for backward compatibility
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
2020-10-28 14:26:32 +01:00
Chris Crone e143ce15aa
Merge pull request #837 from gtardif/clean_empty_file
Remove empty file added by error
2020-10-28 14:10:08 +01:00
Guillaume Tardif c1504d484f Docs: adding docs README, moving ecs docs in docs folder, removing obsolete cli docs
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
2020-10-28 10:44:42 +01:00
Guillaume Tardif 39558c76f0
Merge pull request #836 from docker/bump-deps
Bump dependencies
2020-10-27 16:25:27 +01:00
Guillaume Tardif 10d1f9847f Remove empty file added by error
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
2020-10-27 15:05:27 +01:00
Chris Crone c8b8a9f767 deps: Bump
Build:
* Golang 1.15.2 to 1.15.3
* golangci-lint 1.31.0 to 1.32.0
* protoc-gen-go 1.4.1 to 1.4.3

All direct Go dependencies except Azure/azure-sdk-for-go which required
code changes.

Signed-off-by: Chris Crone <christopher.crone@docker.com>
2020-10-27 14:09:38 +01:00
Guillaume Tardif 62aca4457d
Merge pull request #827 from gtardif/api_deprecated_fields
Removing API deprecated fields (unused in VSCode Docker extension)
2020-10-27 12:11:41 +01:00
Guillaume Tardif 56b4c772a2
Merge pull request #833 from docker/add-run-rm
Add --rm to run command (as not yet implemented)
2020-10-27 11:54:30 +01:00
Guillaume Tardif 511df55a76
Merge pull request #835 from docker/e2e_GET_timeout
Fix e2e GET timeout, was *1000 twice
2020-10-27 11:54:01 +01:00
Guillaume Tardif 7490584a41 Fix e2e GET timeout, was *1000 twice :facepalm
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
2020-10-27 11:33:44 +01:00
Guillaume Tardif 367753303d
Merge pull request #832 from gtardif/fix_aci_etchosts
Add trailing empty line in /etc/hosts
2020-10-27 09:50:04 +01:00
Guillaume Tardif 74b35e3ef3
Merge pull request #834 from sarathkumarsivan/fix-typo-prompt
Fix typo in comments against Password method attached to User struct
2020-10-27 09:43:06 +01:00
Guillaume Tardif 3e797f5088 Add trailing empty line in /etc/hosts that seem to be causing flakiness in name resolution for the last service mentioned
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
2020-10-27 09:41:19 +01:00
Sarath Kumar Sivan 0293ef185d Fix typo in comments against Password method attached to User struct
Signed-off-by: Sarath Kumar Sivan <sarathkumarsivan@gmail.com>
2020-10-26 22:09:27 -07:00
Ulysses Souza 69083e07e6 Add --rm to run command (as not yet implemented)
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
2020-10-27 01:57:35 +01:00
Guillaume Tardif 1ecfa703f5
Merge pull request #831 from gtardif/fix_ecs_resolve
Fix Dockerfile syntax in ecs sidecars
2020-10-26 16:51:27 +01:00
Guillaume Tardif 0d197401a2 Fix Dockerfile syntax in ecs sidecars introduced by https://github.com/docker/compose-cli/pull/799
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
2020-10-26 16:42:51 +01:00
Guillaume Tardif 382827241d
Merge pull request #799 from docker/aci_etchosts
minimalist container image to setup /etc/hosts on ACI
2020-10-26 15:58:19 +01:00
Guillaume Tardif 2740b0a38d
Merge pull request #828 from gtardif/doc_fix_secrets
Small fixes in secrets docs
2020-10-26 15:25:24 +01:00
Guillaume Tardif b138a3e4f6 Log something to be able to see what is happening remotely
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
2020-10-26 15:21:16 +01:00
Guillaume Tardif 99390d1dd8
Merge pull request #826 from sarathkumarsivan/typo-Event
Fix typo in comments against Event struct definition inside writer.go
2020-10-26 15:15:11 +01:00
Guillaume Tardif 3fadf9068e Small fixes in secrets docs
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
2020-10-26 15:13:02 +01:00
Guillaume Tardif 18e43b277c fmt.Scanln() does not wait forever… waiting for process termination signal
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
2020-10-26 15:06:30 +01:00
Guillaume Tardif 3dddbcd7df We need to pass the full command and not rely on ENTRYPOINT for ACI containers, ACI overrides the ENTRYPOINT with commands.
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
2020-10-26 15:03:37 +01:00
Guillaume Tardif 63c6a3ee0b
Merge pull request #820 from docker/fix-secrets-docs
Fix secrets docs on mounts
2020-10-26 11:17:01 +01:00
Guillaume Tardif 83bdb94cb1 Removing API deprecated fields (unused in VSCode Docker extension) while we are still beta. Keeping field numbering to not break all gRPC calls
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
2020-10-26 09:57:16 +01:00
Sarath Kumar Sivan f1badf0da8 Fix typo in comments against Event struct definition inside writer.go
Signed-off-by: Sarath Kumar Sivan <sarathkumarsivan@gmail.com>
2020-10-25 20:09:18 -07:00
aiordache 83716a5eb2 Return json array for `ps/ls --format json` commands
Signed-off-by: aiordache <anca.iordache@docker.com>
2020-10-23 14:07:03 +02:00
Nicolas De loof b95c9a987e
Merge pull request #822 from docker/cross_lb 2020-10-22 15:35:07 +02:00
aiordache 78931b3efa Enable cross zone load balancing
Signed-off-by: aiordache <anca.iordache@docker.com>
2020-10-22 15:19:00 +02:00
Ulysses Souza 853dd000d5 Add absolute path docs
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
2020-10-21 11:56:45 +02:00
Nicolas De loof 34a7466571
Merge pull request #817 from docker/scalescale
Configure autoscaling parameters
2020-10-21 10:56:28 +02:00
Ulysses Souza 27f7949782 Fix secrets docs on mounts
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
2020-10-21 10:52:11 +02:00
Nicolas De Loof 553865f294
minimalist container image to setup /etc/hosts on ACI
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2020-10-21 10:25:05 +02:00
Nicolas De loof 455c08c245
Merge pull request #804 from docker/separate_secret_code
Move ACI conversion code to specific files
2020-10-21 10:18:47 +02:00
Nicolas De loof b5a59e3c66
Merge pull request #819 from docker/fix-volumes-screate-cli-interface-bug
Fix volume create cli bug
2020-10-20 20:03:01 +02:00
Ulysses Souza 29ba42bbc4 Fix volume create cli bug
This passes the pointer to the concrete struct instead of a copy

Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
2020-10-20 19:34:06 +02:00
Nicolas De loof ed69f38b44
Merge pull request #813 from docker/ecsVolumeService
CLI command to manage ECS volumes
2020-10-20 16:58:13 +02:00
Nicolas De loof d5ed2bdecf
Merge pull request #818 from docker/ecs_event_status
Remove status truncate on wait
2020-10-20 16:57:53 +02:00
Nicolas De Loof de96a0c1d0
CLI command to manage ECS volumes
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2020-10-20 16:52:50 +02:00
Nicolas De loof 75a5a0f205
Merge pull request #812 from docker/barbarian
Introduce use of EFS Access Point to mount filesystems as volumes
2020-10-20 16:23:50 +02:00
aiordache 4add3a1662 Remove status truncate from wait and calculate max length in the progress writer based on the terminal width
Signed-off-by: aiordache <anca.iordache@docker.com>
2020-10-20 16:18:08 +02:00
Nicolas De loof 1c211550fc
Merge pull request #696 from docker/ec2_machine
Allow user to set ami/machine by Deploy.Placement.Constraint
2020-10-20 11:19:29 +02:00
Nicolas De Loof a3221341da
Configure autoscaling parameters
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2020-10-20 11:05:44 +02:00
Nicolas De Loof 6fa30284d9
Introduce use of EFS Access Point to mount filesystems as volumes
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2020-10-20 10:52:33 +02:00
Nicolas De loof dfd660d401
Merge pull request #735 from docker/ecs_secret_stdin
Add password file argument to secret create (handles '-' as stdin read)
2020-10-20 10:31:54 +02:00
Nicolas De loof dee876bb7e
Merge pull request #808 from flaviostutz/architecture-typo
fix "autoscaling" typo
2020-10-20 10:30:33 +02:00