FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [View Raw Code]   [Original HTTPS Page]

node-solid-server/docker-image/CONTRIBUTING.md at main · nodeSolidServer/node-solid-server · GitHub

Latest commit

 

History

History
33 lines (20 loc) · 608 Bytes

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.


Back | FazBrowse Home | New Git URL