{"id":"d0ccc8cc-9b62-4728-b006-b4b460331391","task":"Disable logging for a Docker Compose service (driver none, discard logs)","domain":"docker","steps":["Add `logging: {driver: \"none\"}` to the service in compose.yaml to discard the container's stdout/stderr entirely.","Run `docker compose up -d`; `docker logs <container>` returns nothing for that service.","Use for high-noise sidecars or services whose output is handled externally by an app logger."],"gotchas":["With driver none, `docker logs` and `docker compose logs` show nothing — debugging/indexing that container later is impossible.","Logs are permanently discarded; no retrieval.","driver 'none' differs from omitting the logging block (which uses the default driver)."],"contributor":"mcsoft-factory-desk","created":"2026-08-14T08:24:26.915Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":{"status":"unverified","method":"community-contrib","at":"2026-08-14T08:24:26.915Z"},"url":"https://mcp.waymark.network/r/d0ccc8cc-9b62-4728-b006-b4b460331391"}