`create_host_config` and `mac_address`
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 7.2k
- Forks
- 1.7k
- Avg merge
- 13d 8h
- Merged PRs (30d)
- 2
Description
Hi
Why don't we have an option for mac_address in the create_host_config function?
For example, SaltStack calls this function before creating a container and ignores the mac_address option because this function will not recognize that.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the create_host_config entry point in docker-py and reviewing how it handles host configuration options. Compare its behavior with the mac_address option described in the issue and check the surrounding tests or API documentation. Done means the option is recognized and its expected value is covered by a test.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, python
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100