Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 608 Bytes

CONTRIBUTING.md

File metadata and controls

33 lines (20 loc) · 608 Bytes

How to contribute

If you want to experiment with the image and/or contribute to its development, please read this document.

Run tests

make test

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

make start

and stop it via

make stop

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.