Files
cheatsheet-tldr/tldr/docker-container-remove

14 lines
308 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# docker container remove
> This command is an alias of `docker rm`.
> More information: <https://docs.docker.com/engine/reference/commandline/rm>.
- View documentation for the original command:
`tldr docker rm`