Skip to content

Commit

Permalink
quieter install
Browse files Browse the repository at this point in the history
  • Loading branch information
traceypooh committed Mar 21, 2024
1 parent ffae122 commit 22685c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ podman -v > /dev/null || exit 1
-v ${VLC}:/var/lib/containers \
-e FQDN -e HOST_UNAME \
--name hind-init $QUIET "$@" $IMG
podman commit $QUIET hind-init localhost/hind > $OUT
podman rm -v hind-init > $OUT
podman commit $QUIET hind-init localhost/hind > $OUT 2>&1
podman rm -v hind-init > $OUT 2>&1
)


Expand All @@ -80,7 +80,7 @@ podman -v > /dev/null || exit 1
-v /opt/nomad/data/alloc:/opt/nomad/data/alloc \
-v /pv:/pv \
--secret HIND_C,type=env --secret HIND_N,type=env \
--restart=always --name hind -d $QUIET "$@" localhost/hind > $OUT
--restart=always --name hind -d $QUIET "$@" localhost/hind > $OUT 2>&1
)


Expand Down

0 comments on commit 22685c0

Please sign in to comment.