WSL安装Docker Engine
Ubutnu 20.04LTS-Install using the apt repository
Set up the repository
Update the
aptpackage index and install packages to allowaptto use a repository over HTTPS:
Add Docker’s official GPG key:
Use the following command to set up the repository:
Install Docker Engine
Update the
aptpackage index:
Install Docker Engine, containerd, and Docker Compose.
Verify that the Docker Engine installation is successful by running the
hello-worldimage.
Last updated