Skip to content

Setup Guides

I-am-PUID-0 edited this page Apr 14, 2023 · 7 revisions

Windows Setup Guide (Docker/WSL)

From the Microsoft store, install Windows Subsystem for Linux (WSL) From the Microsoft store, install Ubuntu 22.04 LTS Follow the setup to create your Ubuntu user and password

From a Windows command prompt, paste the following:

cd C:\WINDOWS\system32

Then paste:

wsl --setdefault Ubuntu-22.04

From Windows apps, start Ubuntu 22.04 and past the following inside the terminal:

sudo apt update
sudo apt upgrade -y 
sudo mount --make-rshared / 

Follow the docker install guide: https://docs.docker.com/engine/install/ubuntu/ Follow the standard docker process for creating the container

To access the mount on Windows: From the Ubuntu terminal, paste the following, including the punctuation:

explorer.exe .

A new file explorer window will appear; you’re now inside the Ubuntu directory structure Navigate to the mount location and copy the full path from the explore window From another file explorer window, click "This PC," then right-click in the space below the listed drives and select add a network location In the pop-up, click next twice and past the mount location. Follow the remaining prompted steps

Extra credit, install portainer: https://docs.portainer.io/start/install-ce/server/docker/linux

Clone this wiki locally