Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
rbondi opened this issue Mar 18, 2021 · 0 comments
Open

Comments

@rbondi
Copy link

rbondi commented Mar 18, 2021

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant