Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
themeMidnight
titleShow docker images
collapsetrue
docker image list

 

It prints a list of all the available images on the current machine. You should find your newly created one at the top.

...

Code Block
languagebash
themeMidnight
titleShow docker process
collapsetrue
docker ps

The command should give you a output similar to this: 

...