# Install Docker on Windows as non admin user ## Install wsl with admin * Download wsl msi from github * Install as admin * Download distro ``` wsl --list --online wsl --install Debian ``` ## Install Docker as User ``` Downloads> & ".\Docker Desktop Installer.exe" install --accept-license --always-run-service --quiet --user ``` ## References * https://www.reddit.com/r/Intune/comments/1fphfk7/wsl2_docker_desktop_and_the_nonadmin_user/#:~:text=BrundleflyPr0,go%20for%20your%20docker%20users