Hello, I have multiple docker contexts running on ...
# ask-the-community
a
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😄
m
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
a
PERFECT. This is what I am looking for. Thanks!
@Marti Jorda Roca 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?
m
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 😅
a
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.
159 Views