Docker

The best place to get started with Docker is (of course), the Get Started guide: https://docs.docker.com/guides/get-started/

From Terminal in Mac, you can type docker images to see a list of images.

To see a list of containers, type docker ps

Scroll to Top