luksa/kubernetes-in-action-2nd-edition

2.1.8. Pushing the image to an image registry: no cleanup commands

Opened this issue · 0 comments

This section ends with running a repository image locally, but has no commands to stop and delete the container this creates.

Instructions should be:

  1. Run docker container ls
  2. Get the container name from the last column NAMES
  3. Run docker stop <CONTAINER_NAME>
  4. Run docker rm <CONTAINER_NAME>