Oddbean new post about | logout
 I've been working on containerizing MSP, which I think means anyone can host it on their Start9 server. I'm pretty new to all of this container stuff, so any help is welcome. 

Anyone with a Start9 who knows if you can build an image from a GitHub repo? 

Maybe Start9 would want to donate a server in exchange for a music hosting app. 
 @606c482f Yes you can. Basically, you create a separate wrapper repo that contains package build scripts and a git submodule reference to your actual code.

The scripts pull in your code and use a Dockerfile that you provide to build the code into an an s9pk package file.

They provide a "hello-world" example: https://github.com/Start9Labs/hello-world-startos