mirror of https://github.com/docker/docs.git
24 lines
474 B
Markdown
24 lines
474 B
Markdown
---
|
|
datafolder: engine-cli
|
|
datafile: docker_image_rm
|
|
title: docker image rm
|
|
---
|
|
|
|
<!--
|
|
Sorry, but the contents of this page are automatically generated from
|
|
Docker's source code. If you want to suggest a change to the text that appears
|
|
here, you'll need to find the string by searching this repo:
|
|
|
|
https://www.github.com/docker/docker
|
|
-->
|
|
|
|
{% include cli.md %}
|
|
|
|
## Examples
|
|
|
|
### Removing an image
|
|
|
|
Here is an example of removing an image:
|
|
|
|
$ docker image rm fedora/httpd
|