2.1.8. Pushing the image to an image registry: no cleanup commands
Opened this issue · 0 comments
rbondi commented
This section ends with running a repository image locally, but has no commands to stop and delete the container this creates.
Instructions should be:
- Run
docker container ls
- Get the container name from the last column NAMES
- Run
docker stop <CONTAINER_NAME>
- Run
docker rm <CONTAINER_NAME>