For Linux
Before starting the memo, you must install docker.
Docker: Install on Linux
How to install Docker in Linux(Ubuntu):
1、Update apt package index
sudo apt-get update
2、Install the following packages to enable apt to use the repository over HTTPS

3、Add the GPG key of Docker official
4、Run the following command line to set up the stable repository

5、 Update the apt package index again

6、 Install the latest version of Docker CE

7、 Verify whether the installation is successful

Last updated
Was this helpful?