An open API service indexing awesome lists of open source software.

https://github.com/zenhack/dotnet-docker-spk

.NET in docker-spk
https://github.com/zenhack/dotnet-docker-spk

Last synced: about 2 months ago
JSON representation

.NET in docker-spk

Awesome Lists containing this project

README

        

Hello, World! .NET sandstorm app, using docker-spk.

# Building

Due to the need to work around `/proc` being unavailable, and the fact
that docker-spk doesn't currently support `searchPath`, getting a
working spk is slightly fiddly:

```
docker-spk build
spk unpack 'Example App-0.0.0.spk' oldspk
spk dev # Or spk pack
```