Hi All, what are the best practices regarding runn...
# flyte-support
f
Hi All, what are the best practices regarding running the demo on podman? I tried to run the command:
flytectl demo start
, but got an error that from docker and then I tried to use
alias docker='podman'
and configuring the daemon socket but ran into this error:
Copy code
Error: Error response from daemon: failed to create new hosts file: unable to replace "host-gateway" of host entry "host.docker.internal:host-gateway": host containers internal IP address is empty
{"json":{},"level":"error","msg":"Error response from daemon: failed to create new hosts file: unable to replace \"host-gateway\" of host entry \"host.docker.internal:host-gateway\": host containers internal IP address is empty","ts":"2025-04-01T14:08:24+03:00"}
Running it in podman is very important to us because we don't have docker license 🙏
@freezing-airport-6809 I do really appreciate your help here🙏
f
I would love to support podman, if you open a pull request we would love to help
The code is in flytectl
Not sure if podman has docker api
f
@freezing-airport-6809 I thought flytctl is already supports Podman, in the last version of your docs you even mentioned it: •
Install docker or any other OCI-compatible tool, like Podman or LXD.
f
Ohh in that case - maybe. It’s probably community contributed
f
But it doesn't work actually now 😭 Any suggestion?