Skip to content

Commit

Permalink
Better onboarding experience
Browse files Browse the repository at this point in the history
  • Loading branch information
Ketan Umare committed Aug 25, 2020
1 parent 615057d commit 68274e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rsts/user/getting_started/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Registration

If you're using the ``sandbox`` flyte installation, you can use the following command to register our example workflow with Flyte ::

docker run --network host -e FLYTE_PLATFORM_URL='127.0.0.1:30081' lyft/flytesnacks:v0.1.0 pyflyte -p flytesnacks -d development -c sandbox.config register workflows
docker run --network host -e FLYTE_PLATFORM_URL='127.0.0.1:30081' lyft/flytesnacks:v0.2.0 pyflyte -p flytesnacks -d development -c sandbox.config register workflows

This command will register the workflow with your Flyte app under the ``development`` domain of the project ``flytesnacks``.

Expand Down

0 comments on commit 68274e3

Please sign in to comment.