aws / aws/containers-roadmap

Support of "GroupAdd" configuration.

Open
#350 5 comments 9 reactions 0 assignees View on GitHub
ECS Proposed
Dominant language
Shell
Stars
5.4k
Forks
334
PR merge metrics
No merged PRs in 30d

Description

### Summary
Docker client support option `--group-add`
or
API parameter
```
"HostConfig": {
...
"GroupAdd": ["newgroup"],
...
}
```

Would be nice to be able to set this parameter from the TaskDefinition. Support of this configuration was introduced in the [API v1.20](https://docs.docker.com/engine/api/v1.20/)

Contributor guide

Open the contributing guide

Research direction

Start with the requested TaskDefinition configuration and compare it with Docker's --group-add option and the API v1.20 HostConfig example linked in the issue. Determine where TaskDefinition options are documented or implemented, and consider the work complete when GroupAdd can be specified there and passed through as the requested configuration.

Written by the indexing model from the issue text.

Assessment

Tech stack
aws, docker
Domain
cloud
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.