Though Lomorage already provide Windows Native MSI package, But if you like to run Docker image in Windows, please follow below steps to do so. Esp. on Windows Server, Docker can leverage the Windows HYPER-v technology,and let the Lomorage running faster. If you do not know what is Docker, you also can download the native Lomorage installer for Windows, Download Lomorage Windows Installer

1. Dwownload Docker

Just go to Docker official site to downlad the Docker Windows installer, and double click to run the setup with the default settings. Please restart the Windows machine after finish the docker installing.

2. Pull Lomorage Image

Use one kind of terminal like: Windows Terminal or Git-bash or Windows Power Shell:

(Suggest to use git-bash, you can download from here: https://gitforwindows.org/)

docker pull lomorage/raspberrypi-lomorage:latest

3. Run Docker image

Please download this script https://raw.githubusercontent.com/lomorage/lomo-docker/master/run.sh

And then do some change

from

docker run –user=*****

to

docker run –user=root:root

Then in terminal run below command:

$ ./run.sh -d -m h:/docker-lomorage -b h:/var/lomorage -h 192.168.0.63

Please note h:/docker-lomorage is your Windows directoy,so does for h:/var/lomorage。 192.168.0.63 is your Windows IP.

4. Check the docker is successful

  • Open Lomorage APP in your phone,input IP address and port, on this case, IP is: 192.168.0.53, Port is: 8000

  • Open browser, input: http://192.168.0.63:8001, should has below image:

Also, you can changed the run.sh script if you familiar with Docker to meet your requirements.

Enjoy and happy Lomorage!

comments powered by Disqus