
Sudo add-apt-repository "deb $(lsb_release -cs) stable" curl -fsSL | sudo gpg -dearmor -o /etc/apt//docker-archive-keyring.gpg
#DOCKER DESKTOP UBUNTU INSTALL#
Install the required packages: sudo apt -y install apt-transport-https ca-certificates curl software-properties-commonĪdd the Docker repository. First, remove the existing repository sudo apt remove docker docker-engine docker.io 2>/dev/null Proceed and set up the Docker repository on Ubuntu 22.04|20.04|18.04. sudo usermod -aG kvm $USER Step 1 – Install Docker Engine $ lsmod | grep kvmĪdd your system user to the KVM group. Sudo modprobe kvm_intel # Intel processorsĬheck if the module is enabled. To load the KVM module manually, run the command: sudo modprobe kvm The above is required since Docker Desktop for Linux runs a Virtual Machine (VM).
#DOCKER DESKTOP UBUNTU HOW TO#
This guide provides the required steps on how to install and use Docker Desktop on Ubuntu 22.04|20.04|18.04 System requirements

On Windows, you have the ability to toggle between Linux and Windows Server environments to build applications.


