wslc: support wslc system info
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 33.7k
- Forks
- 1.8k
- Avg merge
- 3d 17h
- Merged PRs (30d)
- 116
Description
**Is your feature request related to a problem? Please describe.**
docker info (https://docs.docker.com/reference/cli/docker/system/info/) is used by one of my company internal tool to check the workstation installation before running it.
So, I cannot replace docker desktop with wslc for this.
**Describe the solution you'd like**
Implement "wslc system info" - https://docs.docker.com/reference/cli/docker/system/info/
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 reviewing the Docker system info reference and locating the wslc command entry point for a new system subcommand. Define which workstation details must be exposed for Docker-compatible consumers, then verify that wslc system info returns the required information and handles normal invocation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, docker
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100