-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker Desktop tutorial issue(s) #169
Comments
I faced the same issue as @vdice while following the Docker Desktop tutorial. My docker push command failed with the tag error during the deployment phase as well. |
probably same issue im facing |
I am able to reproduce the same issue even after making some changes in #195. Looking at the running containers:
Seems almost like it never actually provisioned the containerd shim. Could be due to a possible bug in node-installer running with docker-desktop? |
Indeed, after getting a shell in the Docker Desktop VM, I see the following processes running (no containerd-shim-spin):
|
Reopening; this issue is still present. |
Knowing that the Docker Desktop tutorial is broken, should we remove it from the docs so that users do not fall into this trap? |
I recently followed the Docker Desktop tutorial and successfully get to the Deploying our Spin App to Docker.
Once there,
docker push vdice/hello-docker
fails with:Should I be pushing the app via
spin registry push vdice/hello-docker
instead?When I try that, I get to the
spin kube deploy --from docker.io/vdice/hello-docker
step and the SpinApp is created on the cluster but the pod is stuckContainerCreating
with:So maybe indeed I do need to
docker push
the app? Is the tutorial missing any steps -- or perhaps user error on my end? Would appreciate help double-checking the guide and comparing notes. cc @tpmccallumThe text was updated successfully, but these errors were encountered: