If you want to experiment with the image and/or contribute to its development, please read this document.
make testThe first run might take a while, since the image has to be build. Follow up test runs will be faster.
Build and run a local container named solid-server via
make startand stop it via
make stopTo 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.