removed irrelevant docker instructions

This commit is contained in:
2026-04-21 12:50:05 +10:00
parent b3ebf4a596
commit 0889d83a0a
-2
View File
@@ -65,5 +65,3 @@ Create a provider skeleton that can compile and expose the provider plus read-on
- Use `codex/doctor.sh` for troubleshooting. - Use `codex/doctor.sh` for troubleshooting.
- Do not install global packages unless explicitly required. - Do not install global packages unless explicitly required.
- Prefer repo-local state under `.codex/`. - Prefer repo-local state under `.codex/`.
- Do not run `docker compose up`, `down`, or `pull` unless explicitly requested.
- Safe validation via `./services-up.sh --profile all config` is allowed.