Daily Archive: November 27, 2022

执行:docker info ,查看相关信息。确认安装完毕 0

Install Docker in a newly installed virtual machine Ubuntu 22.04 LTS

浏览量: 61 1. Open: Terminal, one-click installation, execute the command: curl –fssl https://get.docker.com | SH. During the prompt that curl is not found, execute: sudo apt install curl. as shown in Figure 1 2....