Replies: 1 comment 3 replies
-
|
Why not use multiple profiles? If you pass an extra argument to the # default profile with docker and kubernetes
colima start --kubernetes
# incus profile
colima start incus --runtime incus |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How can I run Colima with K3s + Docker + Incus at once? As I managed to install Colima it was very productive to have it working with Incus. But then I needed Kubernetes. With
colima sshit was easy to have it all installed including Docker and K3s on containerd.But all the stuff I installed myself cannot be accessed as elegantly as the stuff from the template.
Is there a way to fix it? I know there will be raceconditions between the ports of each container system, but I think that is not that hard to manage.
Right now Docker only provides the registry for K3s. And Incus I want to use when I got stuck building Docker images. I did it like that and it felt like nice workflow to figure details out.
Beta Was this translation helpful? Give feedback.
All reactions