Skip to content

Commit

Permalink
Use cr.flyte.org endpoint for Docker run (flyteorg#174)
Browse files Browse the repository at this point in the history
Signed-off-by: aviaviavi <avipress@gmail.com>
  • Loading branch information
aviaviavi authored Jun 15, 2021
1 parent f2ce32d commit 584536f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Quickstart

.. code:: bash
docker run --rm --privileged -p 30081:30081 -p 30082:30082 -p 30084:30084 ghcr.io/flyteorg/flyte-sandbox
docker run --rm --privileged -p 30081:30081 -p 30082:30082 -p 30084:30084 cr.flyte.org/flyteorg/flyte-sandbox
#. Now Export these 2 env variables

Expand Down

0 comments on commit 584536f

Please sign in to comment.