[Issue-15424] Python language-specific guide fix (#15436)

*remove base image from container list in python language-specific guide
This commit is contained in:
Craig Osterhout 2022-08-23 13:42:14 -07:00 committed by GitHub
parent 26f56985ed
commit 318c432692
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -181,10 +181,9 @@ To list images, simply run the `docker images` command.
$ docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
python-docker latest 8cae92a8fbd6 3 minutes ago 123MB
python 3.8-slim-buster be5d294735c6 9 days ago 113MB
```
You should see at least two images listed. One for the base image `3.8-slim-buster` and the other for the image we just built `python-docker:latest`.
You should see at least one image listed, the image we just built `python-docker:latest`.
## Tag images