-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Closed
docker/cli
#1445Labels
area/cliRelates to the CLI clientRelates to the CLI clientarea/engineIssue affects Docker engine/daemonIssue affects Docker engine/daemonlifecycle/locked
Description
File: engine/reference/commandline/rmi.md
specifically : https://docs.docker.com/engine/reference/commandline/rmi/#examples
Change the tag in the example to something other than 'latest'.
If there is a tag like 1.0 then it needs included in the rmi command-
$ docker rmi jcphillips/hello-world:1.0
This caused me issues because I just followed the example and used the repository name with out the tag and it failed.

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/cliRelates to the CLI clientRelates to the CLI clientarea/engineIssue affects Docker engine/daemonIssue affects Docker engine/daemonlifecycle/locked