Has anyone tried to use flyte-sandbox-bundled using docker compose? #3944
-
Has anyone tried to use flyte-sandbox-bundled with docker compose? I would like to start the sandbox together with the rest of my local dev ecosystem (which is docker compose as well). Is it even possible? I was looking at https://github.com/flyteorg/flytectl/blob/master/pkg/sandbox/start.go#L155 to get some ideas, but it's quite involved. Alternatively, is there any way to add flyte sandbox to a specific network? |
Beta Was this translation helpful? Give feedback.
Answered by
eapolinario
Aug 25, 2023
Replies: 1 comment
-
@msemelman , the sandbox has a
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
msemelman
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@msemelman , the sandbox has a
--dryRun
flag that exposes the exactdocker
command used to start the sandbox, e.g.: