[PR #27] [CLOSED] Dockerfile + README.md usage #496

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

📋 Pull Request Information

Original PR: https://github.com/go-shiori/shiori/pull/27
Author: @dexafree
Created: 3/2/2018
Status: Closed

Base: masterHead: docker


📝 Commits (3)

📊 Changes

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

View changed files

Dockerfile (+18 -0)
📝 README.md (+42 -0)

📄 Description

This PR adds a Dockerfile that will build Shiori based on the official Go alpine image (by using the alpine version, the resulting image will be smaller).

Comparison between using the standard image (left) vs the Alpine one (right):

Comparison

It also adds a little "Usage with Docker" section to the Readme file that will help the users self-host their own shiori containers, with the ability to persist the database across container recreations.


🔄 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/27 **Author:** [@dexafree](https://github.com/dexafree) **Created:** 3/2/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `docker` --- ### 📝 Commits (3) - [`b07a050`](https://github.com/go-shiori/shiori/commit/b07a0504626972122dcdd3628a7d82f1e8c693a4) Added Dockerfile - [`b813c36`](https://github.com/go-shiori/shiori/commit/b813c36bd3188a833a20112afa7f283645b330e0) Added Docker usage to README - [`9ae3834`](https://github.com/go-shiori/shiori/commit/9ae383491c6deae6bcafc489413e3a44ae078b0c) Added EXPOSE to Dockerfile ### 📊 Changes **2 files changed** (+60 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `Dockerfile` (+18 -0) 📝 `README.md` (+42 -0) </details> ### 📄 Description This PR adds a Dockerfile that will build Shiori based on the official Go alpine image (by using the alpine version, the resulting image will be smaller). Comparison between using the standard image (left) vs the Alpine one (right): ![Comparison](https://i.imgur.com/V1EzS60.jpg) It also adds a little "Usage with Docker" section to the Readme file that will help the users self-host their own shiori containers, with the ability to persist the database across container recreations. --- <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:31 +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#496
No description provided.