[PR #451] [MERGED] Fix docker migration script example #601

Closed
opened 2026-02-25 23:34:52 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-shiori/shiori/pull/451
Author: @kaimoe
Created: 7/10/2022
Status: Merged
Merged: 7/23/2022
Merged by: @fmartingr

Base: masterHead: patch-1


📝 Commits (1)

  • 2174cf1 Fix docker migration script example

📊 Changes

1 file changed (+1 additions, -2 deletions)

View changed files

📝 docs/Usage.md (+1 -2)

📄 Description

The example docker command given was invalid, as docker run operates on images, not containers. This is the closest working alternative using the same command, with another option being docker exec containername shiori migrate to operate on an existing container.


🔄 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/go-shiori/shiori/pull/451 **Author:** [@kaimoe](https://github.com/kaimoe) **Created:** 7/10/2022 **Status:** ✅ Merged **Merged:** 7/23/2022 **Merged by:** [@fmartingr](https://github.com/fmartingr) **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`2174cf1`](https://github.com/go-shiori/shiori/commit/2174cf18cc65df2e407be459c4cc8a9099236aae) Fix docker migration script example ### 📊 Changes **1 file changed** (+1 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `docs/Usage.md` (+1 -2) </details> ### 📄 Description The example docker command given was invalid, as `docker run` operates on images, not containers. This is the closest working alternative using the same command, with another option being `docker exec containername shiori migrate` to operate on an existing container. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 23:34:52 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shiori#601
No description provided.