If I want to run a workflow using custom container...
# flyte-support
n
If I want to run a workflow using custom container with flytectl demo, is it possible to mount host volume to the container/flytectl?
g
@freezing-boots-56761 do we support this?
f
i don’t believe flytectl supports specifying additional volumes for the sandbox container, but the sandbox image doesn’t care. if you bypass flytectl and start the sandbox container manually, it will work. https://github.com/flyteorg/flyte/blob/7878b8e9e0fd985a76a1fb5db29fff7419e598b2/docker/sandbox-bundled/Makefile#L53
g
oh, yah, that should work, thanks. Maybe we can support it in flytectl. I’ve heard many people asking about this.
👍 1
n
Ah great thank you!