How to contribute
If you want to experiment with the image and/or contribute to its development, please read this document.
Run tests
The first run might take a while, since the image has to be build. Follow up test runs will be faster.
Start & stop locally
Build and run a local container named solid-server via
and stop it via
Inspect & debug
To start a shell in a running container (started with make start) run make attach.
To just run a shell in the built image (without starting solid) run make inspect.