<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.
docker login
# using username (not email) and password
C:\\ProgramData\\DockerDesktop\\vm-data
(Windows) by default.# docker's version
docker --version
# list images on the host
docker images
# check image's info
docker inspec <image_id>