You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"To start containderd service, run 'Start-Service containerd' or 'Start-ContainerdService',",
177
-
"To start buildkitd service, run 'Start-Service buildkitd' or 'Start-BuildkitdService'"
178
-
)
187
+
$message="To register containerd and buildkitd services, run the following commands:`n`tRegister-ContainerdService -ContainerdPath '$ContainerdPath' -Start`n`tRegister-BuildkitdService -BuildkitPath '$BuildkitPath' -Start"
188
+
$message+="`nThen, to create a NAT network for nerdctl, run the following command:`n`tInitialize-NatNetwork"
$message="To register containerd and buildkitd services, run the following commands:`n`tRegister-ContainerdService -ContainerdPath '$ContainerdPath' -Start`n`tRegister-BuildkitdService -BuildkitPath '$BuildkitPath' -Start"
184
-
$message+="`nThen, to create a NAT network for nerdctl, run the following command:`n`tInitialize-NatNetwork"
0 commit comments