Skip to content
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-in-Docker devcontainers #1173

Open
1 of 5 tasks
phyk opened this issue Oct 24, 2024 · 0 comments
Open
1 of 5 tasks

Docker-in-Docker devcontainers #1173

phyk opened this issue Oct 24, 2024 · 0 comments

Comments

@phyk
Copy link

phyk commented Oct 24, 2024

Description

When using colima to spin up VS Code devcontainers, the docker-in-docker image in combination with minikube for kubernetes does not set up networking correctly. The pods do not have internet access and can not pull their respective images.

Version

colima version 0.7.5
git commit: 1588c06
limactl version 0.23.2
qemu-img version 9.1.0
Copyright (c) 2003-2024 Fabrice Bellard and the QEMU Project developers

Operating System

  • macOS Intel <= 13 (Ventura)
  • macOS Intel >= 14 (Sonoma)
  • Apple Silicon <= 13 (Ventura)
  • Apple Silicon >= 14 (Sonoma)
  • Linux

Output of colima status

No response

Reproduction Steps

  1. Set up a devcontainer with kubernetes in docker feature enabled
  2. Try to install any helm chart
  3. The pods fail to pull their images

Expected behaviour

Pods can pull their images aka the pods have internet access.

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@phyk and others