mirror of
https://github.com/docker/docs.git
synced 2026-04-02 17:28:55 +07:00
* Change wording to match "docker rm -f" command Wording says *stop* when the corresponding command is `docker rm -f`. * Clarify stop and remove As the container is still running, this step stops the container and then removes it. Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>