Skip to content

[WIP] Fix inaccuracies in CLI reference documentation#1571

Closed
Copilot wants to merge 1 commit intomainfrom
copilot/fix-cli-reference-inaccuracies
Closed

[WIP] Fix inaccuracies in CLI reference documentation#1571
Copilot wants to merge 1 commit intomainfrom
copilot/fix-cli-reference-inaccuracies

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 1, 2026

Thanks for asking me to work on this. I will get started on it and keep this PR's description up to date as I form a plan and make progress.


This section details on the original issue you should resolve

<issue_title>docs: fix inaccuracies in CLI reference</issue_title>
<issue_description>## Summary

The CLI reference contains several inaccuracies that should be corrected.

Inaccuracies

1. --dns-servers default is wrong

2. --keep-containers cleanup note references wrong container name

  • Docs say: docker stop awf-squid awf-copilot
  • Actual: Container is named awf-agent, not awf-copilot

3. --mount default mounts description is misleading

  • Docs say: "host filesystem at /host (read-only)"
  • Actual: AWF uses selective bind mounts, not a blanket host FS mount. System binaries (/usr, /bin, /sbin, /lib, /lib64, /opt, /sys, /dev) are mounted read-only; workspace and /tmp read-write; whitelisted $HOME subdirs read-write; select /etc files only (not /etc/shadow).

4. --allow-host-ports default description is outdated

  • Docs say: "Current default allows all ports (future versions will default to 80,443)"
  • Actual: Default is already 80,443 in the current code.</issue_description>

Comments on the Issue (you are @copilot in this section)

Copilot AI linked an issue Apr 1, 2026 that may be closed by this pull request
Copilot AI requested a review from Mossaka April 1, 2026 21:44
@Mossaka Mossaka closed this Apr 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs: fix inaccuracies in CLI reference

2 participants