changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > infra > pod / skelfile

revision 38: c4d56de0ee1a
parent 35: 28492e359d92
child 39: c0ed453c44f9
     1.1--- a/skelfile	Wed Sep 04 16:57:00 2024 -0400
     1.2+++ b/skelfile	Fri Sep 13 20:17:53 2024 -0400
     1.3@@ -46,6 +46,9 @@
     1.4  (vc ()
     1.5      (:build () #$podman build -f Containerfile.vc -t vc --no-cache$#)
     1.6      (:run () #$podman run --name vc --replace -dt -v $HOME/src:/home/vc/src:z -p 8888:8888 vc$#))
     1.7+ ;; (git ()
     1.8+ ;;  (:build () #$podman build -f Containerfile.git -t git --no-cache$#)
     1.9+ ;;  (:run () #$podman run --name git --replace -dt -v $HOME/src/packy:/home/vc/packy:z -p 8889:80 git$#))
    1.10  (dev ()
    1.11       (:build () #$podman build -f Containerfile.dev -t dev --no-cache$#)
    1.12       (:run () #$podman run --name dev --replace -dt dev$#))