If I want to run a workflow using custom container...
# ask-the-community
m
If I want to run a workflow using custom container with flytectl demo, is it possible to mount host volume to the container/flytectl?
k
@jeev do we support this?
j
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
k
oh, yah, that should work, thanks. Maybe we can support it in flytectl. I’ve heard many people asking about this.
m
Ah great thank you!