Skip to content

Setup OBS development environment on Windows 10

Dani Donisa edited this page Jan 11, 2024 · 2 revisions

To run OBS Development environment you have two ways:

  • Run on Windows 10 using docker and docker-compose for Windows
  • Run on WSL using WSL2, openSUSE-Leap-15.2 and docker

Requirements for both solutions:

  • Running Windows 10 and have Docker installed

To run native on Windows 10:

To run on WSL2:

To be able to use docker and docker-compose inside your WSL you need to allow it on the Docker for Windows. To do that, you should start the docker manager for Windows, go to Settings and enable the "Expose daemon on tcp://localhost:2375" and under Resources, enable the WSL integration, and after that, enable the integration with the openSUSE-Leap-15.2 distro. From that point on you are able to run docker and docker-compose inside your WSL environment

Clone this wiki locally