-
Notifications
You must be signed in to change notification settings - Fork 1
Development
Jonas Brømsø edited this page May 2, 2020
·
7 revisions
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.
$ docker run -it --entrypoint /bin/bash ebirah:latest
This was lifted from my TIL: "Use shell to inspect filesystem of layer"
🦀