Windows: Figure 1-1. The Docker Desktop For Windows Download Button
Windows: Figure 1-1. The Docker Desktop For Windows Download Button
Windows
Go to https://docs.docker.com/docker-for-windows/install/ and
click the “Docker Desktop for Windows” button to download Docker, as
shown in Figure 1-1.
5
Chapter 1 Getting Started
Mac OS
Go to https://docs.docker.com/docker-for-mac/install/, shown in
Figure 1-2.
6
Chapter 1 Getting Started
The Docker menu in the top status bar indicates that Docker Desktop
is running and accessible from a terminal.
Linux
Go to https://docs.docker.com/engine/install/. Here you will find
links to instructions on how to install Docker on several popular Linux
7
Chapter 1 Getting Started
<code>
sudo apt-get remove docker docker-engine docker.io
containerd runc
</code>
<code>
sudo apt-get update
sudo apt-get install \
apt-transport-https \
ca-certificates \
curl \
gnupg \
lsb-release
</code>
<code>
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo
gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg
</code>