Hello, I've been looking briefly into hosting a ve...
# flyte-deployment
b
Hello, I've been looking briefly into hosting a very simple flyte setup for showcasing reasons. My approach was to utilize the sandbox/demo docker image and host that e.g. in AWS App Runner. As the docker container is mainly controlled and started by
flytectl demo start
I assume that there are plenty of arguments and commands used to start the container (also by looking veeery briefly into the golang code behind the command). Does a
docker run [...]
command for the demo/sandbox image exists that I could use? I would love to keep the setup of hosting very simple and not bother with installing flytectl first (as AWS App Runner just takes docker images and runs them)
k
It is a command that is embedded in flytectl