Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
1,331 contributions in the last year
Contribution activity
November 2020
Created 52 commits in 3 repositories
Created a pull request in docker/compose-cli that received 2 comments
Remove obsolete flag `docker context ls --json` (that was marked hidden)
This had been kept for VSCode extension but is not used, docker context ls --format “{{ json . }}” is used in the extension.
Signed-off-by: Guillau…
Opened 22 other pull requests in 3 repositories
docker/compose-cli
15
merged
- Use ACI .IsHttpStatus() rather than accessing .StatusCode directly
- Specific error message when specifying path as a volume source
- Updated health check docs
- Deploy e2e compose stack with health check and validate it restarts failed container
- Avoid nil pointer when reading logs of a just terminated container.
- Minor refactoring: Move list of run specific flags where it’s used
- ECS E2E timeout update due to flakiness in CI
- Windows: do not resolve files in current working dir if CWD is not explicitly in PATH.
- Add context details in API context ls
- Pin ECS secrets sidecar image & add makefile targets
- Changed test img to `dockerinternal` org + ECS E2E secret validation
- Regroup secret and resource ACI E2E test, and deploy a single compose file, to gain ~1 min test exec time
- Display ecs status in CamelCase in order to have homogeneous output between backends.
- Update main readme mission statement to mention Compose applications & remove beta warning
- Nicer cleanup make target for ACI resources
docker/node-sdk
5
merged
docker/docker.github.io
2
merged
Reviewed 16 pull requests in 4 repositories
docker/compose-cli 12 pull requests
- Use reservations if user has not set limits
- Document ECS supported compose attributes
- Don't panic on bind mount
- publish Cloudformation template on s3
- Add Healthchecks to ACI
- Remap restart policies for command run
- Local backend improvements
- Marshall cloudformation template as yaml
- Replace Python test image with Go binary
- DescribeSubnets uses pagination
- Refactor ECS context creation
- Add --rm support to run with the local backend