Skip to content

Commit

Permalink
Fix mistake in docker rmi command (dotnet#2042)
Browse files Browse the repository at this point in the history
It had the container name, not the image name.
  • Loading branch information
BillWagner authored and mairaw committed May 1, 2017
1 parent 50e1281 commit 4fc95aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/csharp/tutorials/microservices.md
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ docker rm hello-docker
If you want to remove unused images from your machine, you use this command:

```console
docker rmi hello-docker
docker rmi weather-microservice
```

## Conclusion
Expand Down

0 comments on commit 4fc95aa

Please sign in to comment.