expose IPAM state in network inspect
Open
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 2.2k
- Forks
- 875
- PR merge metrics
- No merged PRs in 30d
Description
docker network inspect -v should expose the state of the IPAM of the network:
1) ip available
2) ip in use
3) IPAM snapshot (too verbose?)
Contributor guide
No contributing guide indexed for this repository
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 tracing the docker network inspect -v entry point and the network IPAM implementation in this Go repository. Determine which IPAM state is available to expose—available addresses, addresses in use, and possibly a snapshot—then verify that inspect output reports the selected state.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, go
- Domain
- cli, networking
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100