Install Docker app for Mac
Download from Docker hub website (link).
Need to create account for Docker hub
Install Docker.dmg
Try tutorial
After install, open tutorial page and it show command tests
Anyway, we can confirm install following command
docker -v
We can see following result
Docker version 19.03.5, build 633a0ea
Now, ready to use docker
We can see docker desktop from Application list and if it is running, you can see docker from toolbar (top)

コメント