Hello, I have multiple docker contexts running on ...
# flyte-support
f
Hello, I have multiple docker contexts running on my laptop, Is it possible to run
flytectl demo start
on specific docker context? Apologise for spamming questions here - still trying to learn the rope😄
c
I am using rancher desktop and the docker host is in another path than the default. To change it.
Copy code
export DOCKER_HOST=unix:///Users/martijorda/.rd/docker.sock

flytectl config init
flytectl sandbox start
✅ 1
gratitude thank you 1
f
PERFECT. This is what I am looking for. Thanks!
😎 1
@curved-easter-24577 is there any reason why we use
flytectl sandbox start
instead of
flytectl demo start
? When I used the later, even though the UI is up, the task takes forever to run. Do you have any view on what's happening behind the scene?
c
I think that sandbox builts a local kubernetes cluster and demo only a docker but I am not 100% sure, I am also new with Flyte 😅
f
hahaha fair enough - also demo spins up a local docker registry whereas sandbox does not. So if we spin up a sandbox cluster, we can't try our custom docker images.
166 Views