mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
## Summary Fixed incorrect `docker pull` command syntax in deactivation prerequisites. ## Changes - Corrected `docker pull -a <image>:<tag>` to `docker pull -a <image>` to pull all tags, or `docker pull <image>:<tag>` to pull a specific tag - Updated both `content/manuals/accounts/deactivate-user-account.md` and `content/manuals/admin/organization/deactivate-account.md` Fixes #24232 --- 🤖 Generated with [cagent](https://github.com/docker/cagent) Co-authored-by: aevesdocker <102604716+aevesdocker@users.noreply.github.com>