Skip to content

Support Podman fallback when Docker is unavailable#98

Merged
nezhar merged 1 commit into
mainfrom
issue-97
Jun 30, 2026
Merged

Support Podman fallback when Docker is unavailable#98
nezhar merged 1 commit into
mainfrom
issue-97

Conversation

@nezhar

@nezhar nezhar commented Jun 30, 2026

Copy link
Copy Markdown
Collaborator

Updates the Podman integration instructions in the docs/quickstart.md file to clarify how to use VibePod with Podman. The documentation now provides clearer steps for configuring Podman's Docker-compatible API socket and starting the user socket.

@augmentcode

augmentcode Bot commented Jun 30, 2026

Copy link
Copy Markdown
🤖 Augment PR Summary

Summary: Adds automatic Podman fallback when the default Docker connection is unavailable, improving out-of-the-box UX on systems using Podman.

Changes:

  • Tries the normal Docker SDK environment connection first, then falls back to several common Podman socket paths when DOCKER_HOST is not set.
  • Centralizes Podman socket candidate selection and formats clearer, actionable error hints when neither Docker nor Podman is reachable.
  • Updates Quickstart docs and adds a unit test covering the fallback-to-rootless-Podman-socket behavior.

Technical Notes: Fallback candidates include $XDG_RUNTIME_DIR/podman/podman.sock, /run/user/<uid>/podman/podman.sock, and /run/podman/podman.sock; errors aggregate failed socket attempts before appending guidance.

🤖 Was this summary useful? React with 👍 or 👎

@augmentcode augmentcode Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review completed. No suggestions at this time.

Comment augment review to trigger a new review at any time.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: caab744b56

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/vibepod/core/docker.py Outdated
@VibePod VibePod deleted a comment from coderabbitai Bot Jun 30, 2026
@nezhar nezhar merged commit 68e0288 into main Jun 30, 2026
29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant