Wrong "dns capabilities" setting in many examples

Open Beginner friendly
#83 1 comment 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
76/100
Issue type
Bug
Clarity
Clearly specified
Activity status
Active
Domain
networking

Research direction

Search the repository's examples for the capabilities setting containing "dnsCapabilities". Update each occurrence to use the requested "dns" setting, then verify that no incorrect occurrences remain and that the example configuration still matches the issue's expected shape.

Written by the indexing model from the issue text.

Description

I see this conf in many of the examples available in this repo:

"capabilities": {
    "portMappings": true,
    "dnsCapabilities": true
},

This should be fixed like this:

"capabilities": {
    "portMappings": true,
    "dns": true
},
Dominant language
Go
Stars
101
Forks
51
Avg merge
21d 18h
Merged PRs (30d)
1

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from microsoft/windows-container-networking

All issues in microsoft/windows-container-networking

Similar issues

More Go issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.