Docker Quick Deployment
Running Lemon
System Requirements
MacOS with Docker Desktop support
Linux
Windows with WSL and Docker Desktop support
A system with a modern processor and a minimum of 4GB RAM is recommended to run Lemon.
Prerequisites
MacOS
Docker Desktop
Open Docker Desktop, go to
Settings > Advancedand ensureAllow the default Docker socket to be usedis enabled.
Linux
Docker Desktop
Windows
WSL
Run
wsl --versionin powershell and confirmDefault Version: 2.
Docker Desktop
Open Docker Desktop, go to
Settingsand confirm the following:
General:
Use the WSL 2 based engineis enabled.Resources > WSL Integration:
Enable integration with my default WSL distrois enabled.
note
The docker command below to start the app must be run inside the WSL terminal.
Start the App
The easiest way to run Lemon is in Docker.
Last updated