How to install Docker desktop?
Docker is an open-source platform that enables developers to build, deploy, run, update and manage containers.
System requirement :
- WSL version 1.1.3.0 or later.
- If not then turn on the WSL 2 feature on Windows.
- 64-bit processor
- Minimum 4GB system RAM
Installing process :
- First you need to download Docker Desktop from the official website.
- After download Docker Desktop, you have to run this EXE file.
- After that follow the instructions on the installation wizard.
- After successfully install the docker desktop, select Close option to complete installation.
- Now docker desktop is ready for the project image build.
You can use any one instead of the docker desktop from the below list :
- Podman
- Buildah – Building OCI containers without Docker
- runC – CLI tool for containers
- BuildKit – Faster image building
- Apache Mesos – Distributed systems management
- Containerd – Container runtime and orchestrator