/sandstorm-shell

Sandstorm grain with a tiny web interface to /bin/sh

Primary LanguageGoMIT LicenseMIT

This is a sandstorm[1] grain that contains busybox and a tiny web interface to /bin/sh.

To build:

$ spk keygen secret.key
$ docker build -t sandstorm-shell . && docker run -privileged -v `pwd`/output:/output sandstorm-shell

[1]: http://github.com/kentonv/sandstorm