Skip to content

Commit

Permalink
comments, re-indents, etc (nothing substantitive)
Browse files Browse the repository at this point in the history
  • Loading branch information
traceypooh committed Mar 8, 2024
1 parent 1187ff0 commit 514830a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ podman -v > /dev/null || exit 1

(
set -x
mkdir -p -m777 /pv/CERTS # xxx
mkdir -p -m777 /opt/nomad/data/alloc # xxx
# xxx document & whay the 2 mkdirs on the outside/VM:
mkdir -p -m777 /pv/CERTS
mkdir -p -m777 /opt/nomad/data/alloc
podman run --net=host --privileged --cgroupns=host \
-v /var/lib/containers:/var/lib/containers \
-e FQDN -e HOST_UNAME \
Expand Down

0 comments on commit 514830a

Please sign in to comment.