Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 351 Bytes

Install docker.md

File metadata and controls

19 lines (13 loc) · 351 Bytes

Installing Docker

This tutorial is tested on Ubuntu 22.0.4 LTS in WSL 2.

  1. Install Docker
chmod +x ./download-docker-desktop.sh
./download-docker-desktop.sh

Now, with the deb file downloaded, you can run ./setup.sh

./setup.sh
  1. Allow access to the /tmp/.X11-unix directory

alt text