Skip to main content
  1. Docs/

Container Installation

·1 min· loading · ·
 Author
Author
RayLin
Table of Contents
Docker: From Beginner to Mastery - This article is part of a series.
Part 2: This Article

Container Installation
#

Install Docker on Windows
#

Download Docker Desktop for Windows: https://docs.docker.com/desktop/setup/install/windows-install/

  • If WSL2 is not installed, choose Hyper-V backend and Windows containers
  • If WSL2 is installed on Windows 10, skip to installing Docker with WSL2

Install Docker on macOS
#

Download Docker Desktop for Mac and choose the correct version:

  • Intel chip: Mac with Intel chip
  • Apple Silicon: Mac with Apple chip

Install Docker on Linux
#

Docker with Windows WSL2
#

You can also follow this YouTube playlist:

Windows Development Environment Setup

Install Docker via Docker Machine
#

https://docs.docker.com/machine/

Build a Linux Docker Environment with Vagrant
#

You can also follow this YouTube playlist:

Vagrant Linux Docker Environment Setup

Docker: From Beginner to Mastery - This article is part of a series.
Part 2: This Article

Related