Skip to content

Development

Jonas Brømsø edited this page May 2, 2020 · 7 revisions

Development

The primary notes on development of Ebirah is included in the README. This page contains notes on tips and tricks for developing on Ebirah. I mostly write these for myself, since I cannot always remember all the small things.

Debugging the Docker image

$ docker run -it --entrypoint /bin/bash ebirah:latest

This was lifted from my TIL: "Use shell to inspect filesystem of layer"

Clone this wiki locally