Skip to content

Commit

Permalink
updated the proxy checks path for docker and containerd
Browse files Browse the repository at this point in the history
  • Loading branch information
vikashkaushik01 committed Sep 3, 2024
1 parent d75d1fc commit c6d0010
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nirmata_test/nirmata_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -845,11 +845,11 @@ check_proxy_in_file() {

# Check Docker service configuration
echo "Checking Docker proxy configuration..."
check_proxy_in_file "/usr/lib/systemd/system/docker.service"
check_proxy_in_file "/etc/systemd/system/docker.service.d/http-proxy.conf"

# Check containerd service configuration
echo "Checking containerd proxy configuration..."
check_proxy_in_file "/usr/lib/systemd/system/containerd.service"
check_proxy_in_file "/etc/systemd/system/containerd.service.d"

# Check node level proxy settings
echo "Checking node level proxy settings..."
Expand Down

0 comments on commit c6d0010

Please sign in to comment.