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
- Host: GitHub
- URL: https://github.com/zenhack/dotnet-docker-spk
- Owner: zenhack
- Created: 2020-09-08T16:05:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-12T20:37:11.000Z (almost 4 years ago)
- Last Synced: 2025-02-03T13:45:04.268Z (3 months ago)
- Language: Cap'n Proto
- Size: 8.79 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```