What and Why?

Abbreviate

Installation

<aside> 👉 For all platforms, check the official guide. It’s up to date!

</aside>

You mind find this article is useful for Ubuntu/Pop!_OS.

After installing, if you meet Got permission denied while trying to connect to the Docker daemon socket, check this.

Linux

MacOS

Windows

With GPUs support?

Uninstall

Linux

Login & Download images

docker login
# using username (not email) and password

Check info

# docker's version
docker --version

Images

# list images on the host
docker images
# check image's info
docker inspec <image_id>