Skip to content

Commit

Permalink
Merge pull request #32 from jnc74743/docker-20.10
Browse files Browse the repository at this point in the history
Docker 20.10 bumps containerd version. The new containerd package is …
  • Loading branch information
jnc74743 authored Jul 9, 2021
2 parents bad51b8 + b0e8173 commit 962fa94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions healthcheck_wn_condor
Original file line number Diff line number Diff line change
Expand Up @@ -356,15 +356,15 @@ then
fi

# Check that containerd is running
pidof docker-containerd > /dev/null 2>&1
pidof containerd > /dev/null 2>&1
RC=$?
if [ $RC -ne 0 ]
then
fatal_exit "Problem: containerd is not running"
fi

# Check that containers can be created successfully
sudo /usr/bin/docker run --rm -m 5m busybox date >/dev/null 2>&1
sudo /usr/bin/docker run --rm -m 6m busybox date >/dev/null 2>&1
RC=$?
if [ $RC -ne 0 ]
then
Expand Down

0 comments on commit 962fa94

Please # to comment.