Registry with PodMan #1387
KarthikRajashekaran
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am moving away from Docker to Podman, so have uninstalled Docker desktop in Mac
Performed below steps
podman build --format=docker -t apache/airflow:2.3.3 .
k3d registry create --default-network podman mycluster-registry
The k3d registry create step has failed
Error
When working with Dockert below steps works fine
Beta Was this translation helpful? Give feedback.
All reactions