mptagliari

New Member
I'm developing a docker environment for a headless RTMPS server and I created a docker image that automatically builds a full OBS environment directly into a container with vscode, using the dev containers extension.
This method allows a faster and sandboxed development process, since it's possible to use K8s nodes.

I decided to post it here to help others and to not flood the PR queue with unnecessary requests..

Attached is the dockerfile, a tinny contribution to the OBS project! To integrate it with the VSCode, follow the documents from the Dev Container extension. (containers.dev)

If the maintainers desires to include the code into the build wiki, this is a public code!
 

Attachments

  • Dockerfile-obs.txt
    3.4 KB · Views: 55
Last edited:
Top