Skip to content

Has anyone tried to use flyte-sandbox-bundled using docker compose? #3944

Answered by eapolinario
msemelman asked this question in Q&A
Discussion options

You must be logged in to vote

@msemelman , the sandbox has a --dryRun flag that exposes the exact docker command used to start the sandbox, e.g.:

❯ flytectl demo start --dryRun
🧑‍🏭 Bootstrapping a brand new flyte cluster... 🔨 🔧
❇️ Run the following command to remove the existing sandbox
        docker container rm flyte-sandbox --force
❇️ Run the following command to create a volume
        docker volume create flyte-sandbox
🐋 Going to use Flyte v1.9.0 release with image cr.flyte.org/flyteorg/flyte-sandbox-bundled:sha-e6fa8120dc0be4c46e789270c89fcfef3f6289f9
❇️ Run the following command to pull the sandbox image from registry.
        docker pull  cr.flyte.org/flyteorg/flyte-sandbox-bundled:sha-e6fa8120dc0be4c46e78927…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by msemelman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants