Where is the actual `flytesandbox` Docker containe...
# ask-the-community
g
Where is the actual
flytesandbox
Docker container stored? I'm seeing this line but when I try
docker pull flyte-binary:sandbox
I get "pull access denied for flyte binary, repository does not exist or may require 'docker login'" Our IT team needs some way to get the .tar'ed version of these images in order for us to run in environments without internet access.
k
its stored in github - ghcr
you can provide an alternate image (copy the image over to wherever) -
flytectl demo start --image <alternate-image>