Skip to content

Commit

Permalink
whups fix
Browse files Browse the repository at this point in the history
  • Loading branch information
traceypooh committed Mar 14, 2024
1 parent 8f01145 commit 2c35bd5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ podman -v > /dev/null || exit 1
podman commit -q hind-init localhost/hind
podman secret rm BOOTSTRAPPED > /dev/null
) &
wait


(
Expand Down Expand Up @@ -48,6 +47,9 @@ else
fi


wait


# Now run the new docker image in the background.
# NOTE: we switch `-v /var/lib/containers` to volume mounting the `podman.sock`, since we want HinD
# container to `podman run` nomad jobs on the outside/VM, not inside itself
Expand Down

0 comments on commit 2c35bd5

Please sign in to comment.