-
Notifications
You must be signed in to change notification settings - Fork 699
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
s2i is using docker and not podman #1163
Comments
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
/remove-lifecycle rotten |
@bryonbaker you probably figured it out by now, but you have to run podman service and set https://podman-desktop.io/docs/migrating-from-docker/using-the-docker_host-environment-variable or podman system service unix:///tmp/docker.sock --log-level=debug --time 0 &
export DOCKER_HOST=unix:///tmp/docker.sock |
Is there a way to get s2i to use podman instead of docker?
The text was updated successfully, but these errors were encountered: