Skip to content

Commit

Permalink
deploy: 39251c9
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 26, 2023
1 parent c2f28d9 commit 49b041a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions healthcheck
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ findInstallPath() {

dockerInDockerVerify() {
if grep -qs 'workdir=/var/lib/docker' /proc/self/mountinfo; then
echo
echo "💩 Oh-no! Execute the script from host machine and not from the Docker Container context."
echo

exit 1
fi
Expand Down
2 changes: 2 additions & 0 deletions node_details
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@ findInstallPath() {

dockerInDockerVerify() {
if grep -qs 'workdir=/var/lib/docker' /proc/self/mountinfo; then
echo
echo "💩 Oh-no! Execute the script from host machine and not from the Docker Container context."
echo

exit 1
fi
Expand Down

0 comments on commit 49b041a

Please sign in to comment.