Learn Docker:Fundamentals of Docker 19.x
上QQ阅读APP看书,第一时间看更新

Installing Docker Toolbox on Windows

Open a new Powershell window in admin mode and use Chocolatey to install Docker Toolbox:

PS> choco install docker-toolbox -y

The output should look similar to this:

Installing Docker Toolbox on Windows 10

We will now be setting up Docker Toolbox.