diff --git a/docs/tutorials/stateless-application/hello-minikube.md b/docs/tutorials/stateless-application/hello-minikube.md index ed0a1a16a5..f8353290f8 100644 --- a/docs/tutorials/stateless-application/hello-minikube.md +++ b/docs/tutorials/stateless-application/hello-minikube.md @@ -393,6 +393,12 @@ kubectl delete service hello-node kubectl delete deployment hello-node ``` +Optionally, force removal of the Docker images created: + +```shell +docker rmi hello-node:v1 hello-node:v2 -f +``` + Optionally, stop the Minikube VM: ```shell