# Install Sage with Lando on Windows WSL2

**URL:** https://discourse.roots.io/t/install-sage-with-lando-on-windows-wsl2/25966
**Category:** sage
**Created:** 2023-09-15T20:32:14Z
**Posts:** 1

## Post 1 by @jerasokcm — 2023-09-15T20:32:14Z

I’m trying to install a dockerized local environment with Lando + Bedrock + Sage, based on the coltoneakins’s guide I found in the forum:

> [@Dockerize Local Bedrock & Sage Development with Lando](https://discourse.roots.io/t/dockerize-local-bedrock-sage-development-with-lando/14288/41?page=3):
>
> @coltoneakins Hey, been putting my head against this for a while. Feel like I’m close but seem to be missing something. If you have got the amendments to the article could you post them somewhere in the meantime until this article gets updated? Thanks.

I’m using Ubuntu 22.04 inside WSL2 Windows 10 environment (Not using Docker desktop).

The problem arises in step 6, when I run:

`lando start`

I got this error:

WARN ==\> docker is not running!  
Starting docker up before we begin… please wait…  
ERROR ==\> Could not automatically start the Docker Daemon. Please manually start it to continue.

Then I tried to start the daemon manually:

`sudo service docker start`

I got OK, but the error is not gone

Docker is working fine, since I have some docker-compose projects running.

Also tried to install Lando without docker-ce dependency, but the result is the same.

Any suggestion will be greatly appreciated.
