Skip to content

Commit

Permalink
restart docker
Browse files Browse the repository at this point in the history
  • Loading branch information
vistaarjuneja committed Apr 15, 2024
1 parent 306825e commit 7ca1667
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions internal/cloudinit/cloudinit.go
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,10 @@ if (${{ .IsHosted }} -eq $true) {
ipconfig /flushdns
Write-Host "DNS server added to Ethernet interface."
}
echo "[DRONE] Restarting docker"
restart-service *docker*
echo "[DRONE] Initialization Complete"
</powershell>`
Expand Down

0 comments on commit 7ca1667

Please sign in to comment.