- Install the correct Docker download for your platform https://docs.docker.com/get-docker/
For Windows:
- When you start the Docker Desktop, if necessary it will provide you with additional instructions to update WSL 2 (Windows Subsystem for Linux)
- If the user account you commonly use does not have admin privileges, you can add it to the docker-users group so you can run docker directly without requiring “runas” (similar to “sudo” in Linux/MacOS). From the
Computer Management
app: open System Tools > Local Users and Groups > Groups, double click the “docker-users” group and from the “Add…” dialog add the desired user account.