Set up and push Docker containers for demonstration purposes

These containers take the place of a desktop install
This commit is contained in:
Michael Hohn
2024-09-04 15:52:18 -07:00
committed by =Michael Hohn
parent 681fcdab8c
commit 1e2df515e3
12 changed files with 403 additions and 33 deletions

View File

@@ -0,0 +1,12 @@
* MRVA cli tools container
Set up via
#+BEGIN_SRC sh
# Build
cd ~/work-gh/mrva/mrvacommander/
make ghm
# Run
docker run --rm gh-mrva
# Push
make ghm-push
#+END_SRC