Open peon-pasado-zeitnot opened 6 months ago
@peon-pasado-zeitnot Are you sure your issue is related to podman and not to #55?
@nbonnotte how can I verify it? Should I assume that Podman is allredy supported?
No, I don't believe Podman is not natively supported at the moment.
def get_client(self):
try:
return docker.from_env()
except docker.errors.DockerException as err:
logging.debug("Docker not found.", exc_info=True)
raise errors.DockerNotAvailableError(err) from None
I was also trying to use Podman to spin up a local composer environment when I ran into this issue.
do you have DOCKER_HOST
environment variable pointing to podman sock file?
It works with that
@rishi-aga can you elaborate? i have the DOCKER_HOST
env var set and it works when i use the astro cli to run airflow locally but not when trying to run composer locally.
my error is similar but doesn't like the url scheme Error: Error while fetching server API version: Not │ │ supported URL scheme http+docker
I have following error on Mac with Podman Desktop enabled (with docker compatibility enabled, I even tried enabling docker cli emulation, but it didn't help):