https://flyte.org logo
#ask-the-community
Title
# ask-the-community
a

Albert Wibowo

06/14/2023, 3:25 PM
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

Marti Jorda Roca

06/14/2023, 3:31 PM
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

Albert Wibowo

06/14/2023, 3:32 PM
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

Marti Jorda Roca

06/15/2023, 7:04 AM
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

Albert Wibowo

06/15/2023, 7:56 AM
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.
3 Views