We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cda9d6e commit cb20bdaCopy full SHA for cb20bda
main.go
@@ -272,7 +272,7 @@ func setupVm(
272
hostPrivateKey wgtypes.Key,
273
vmPrivateKey wgtypes.Key,
274
) error {
275
- imageName := "ghcr.io/chipmk/docker-mac-net-connect:latest"
+ imageName := "ghcr.io/chipmk/docker-mac-net-connect/setup:latest"
276
277
pullStream, err := dockerCli.ImagePull(ctx, imageName, types.ImagePullOptions{})
278
if err != nil {
0 commit comments