[PR #211] [CLOSED] Add Podman Support to README Instructions for Pipelines #313

Closed
opened 2026-02-15 17:16:20 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/docs/pull/211
Author: @Tavernari
Created: 9/10/2024
Status: Closed

Base: mainHead: patch-1


📝 Commits (1)

  • e4add8e Update index.mdx with Podman instruction

📊 Changes

1 file changed (+15 additions, -7 deletions)

View changed files

📝 docs/pipelines/index.mdx (+15 -7)

📄 Description

This PR updates the README documentation for the Pipelines project to include instructions for running the project using Podman in addition to Docker.

Key Changes:

  • Added Podman Instructions: Updated the README to provide equivalent podman commands alongside docker commands for running the Pipelines container.
  • Networking Notes: Provided guidance on the use of host.containers.internal for Podman when specifying the API URL in Open WebUI, while retaining host.docker.internal for Docker.

These changes aim to improve flexibility for users who prefer Podman as their container runtime.

Changes made:

  1. Updated Docker command sections with corresponding Podman commands:
    • Added podman run commands for launching the Pipelines container.
    • Provided relevant networking changes for Podman users.
  2. Minor clarification added for troubleshooting Podman-specific networking issues.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/docs/pull/211 **Author:** [@Tavernari](https://github.com/Tavernari) **Created:** 9/10/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`e4add8e`](https://github.com/open-webui/docs/commit/e4add8e7068a80bb97cc43ffe3ac8a9ffa6c1c51) Update index.mdx with Podman instruction ### 📊 Changes **1 file changed** (+15 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `docs/pipelines/index.mdx` (+15 -7) </details> ### 📄 Description This PR updates the README documentation for the **Pipelines** project to include instructions for running the project using **Podman** in addition to **Docker**. #### Key Changes: - **Added Podman Instructions:** Updated the README to provide equivalent `podman` commands alongside `docker` commands for running the Pipelines container. - **Networking Notes:** Provided guidance on the use of `host.containers.internal` for Podman when specifying the API URL in Open WebUI, while retaining `host.docker.internal` for Docker. These changes aim to improve flexibility for users who prefer Podman as their container runtime. ### Changes made: 1. Updated Docker command sections with corresponding Podman commands: - Added `podman run` commands for launching the Pipelines container. - Provided relevant networking changes for Podman users. 2. Minor clarification added for troubleshooting Podman-specific networking issues. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 17:16:20 -05:00
yindo closed this issue 2026-02-15 17:16:20 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/docs#313