[PR #1622] [CLOSED] Update Readme Quickstart Ollama with Docker #21171

Closed
opened 2026-04-19 15:29:11 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/1622
Author: @Hidayathamir
Created: 12/20/2023
Status: Closed

Base: mainHead: fix/update-readme-getstarted-docker


📝 Commits (2)

  • d6554d0 fix: update readme quick start ollama with docker
  • 78c493c fix: exec into container instead of using the API

📊 Changes

2 files changed (+23 additions, -0 deletions)

View changed files

📝 README.md (+2 -0)
docs/tutorials/ollama-quickstart-docker.md (+21 -0)

📄 Description

Update Readme Quickstart Ollama with Docker

Upon initial exploration of the repository, leveraging Docker for getting started appears to be the most straightforward approach. Following the Ollama documentation for initiating with Docker led me to the Ollama Docker Image.

Subsequently, I launched Ollama using the command:

docker run -d -v ollama:/root/.ollama -p 11434:11434 --name ollama ollama/ollama

However, beyond this point, there lacks guidance on the subsequent steps.

This pull request aims to address this gap by incorporating instructions to guide users from spinning up the Docker image to utilizing the chat API.


🔄 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/ollama/ollama/pull/1622 **Author:** [@Hidayathamir](https://github.com/Hidayathamir) **Created:** 12/20/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix/update-readme-getstarted-docker` --- ### 📝 Commits (2) - [`d6554d0`](https://github.com/ollama/ollama/commit/d6554d037d8d9fa3df5d1139cf65a579d9102c3c) fix: update readme quick start ollama with docker - [`78c493c`](https://github.com/ollama/ollama/commit/78c493cfa047f5a2225d84c3838f4bfd608a7363) fix: exec into container instead of using the API ### 📊 Changes **2 files changed** (+23 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -0) ➕ `docs/tutorials/ollama-quickstart-docker.md` (+21 -0) </details> ### 📄 Description # Update Readme Quickstart Ollama with Docker Upon initial exploration of the repository, leveraging Docker for getting started appears to be the most straightforward approach. Following the [Ollama documentation for initiating with Docker](https://github.com/jmorganca/ollama?tab=readme-ov-file#docker) led me to the [Ollama Docker Image](https://hub.docker.com/r/ollama/ollama). Subsequently, I launched Ollama using the command: ```shell docker run -d -v ollama:/root/.ollama -p 11434:11434 --name ollama ollama/ollama ``` However, beyond this point, there lacks guidance on the subsequent steps. This pull request aims to address this gap by incorporating instructions to guide users from spinning up the Docker image to utilizing the chat API. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-19 15:29:11 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#21171