[PR #11] [CLOSED] Add dockerfile #492

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

📋 Pull Request Information

Original PR: https://github.com/go-shiori/shiori/pull/11
Author: @viktorstrate
Created: 3/1/2018
Status: Closed

Base: masterHead: docker-support


📝 Commits (1)

📊 Changes

1 file changed (+9 additions, -0 deletions)

View changed files

Dockerfile (+9 -0)

📄 Description

Add Docker support. This file will download dependencies and install shiori inside an image. This is extremely useful for server maintainers, because it's secure and easy.

Run docker build -t shiori . to build the image
Run docker run -p 8080:8080 -d --rm --name shiori shiori to start a docker container
Run docker exec shiori shiori <COMMAND> to interact with the 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/11 **Author:** [@viktorstrate](https://github.com/viktorstrate) **Created:** 3/1/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `docker-support` --- ### 📝 Commits (1) - [`fdaedb5`](https://github.com/go-shiori/shiori/commit/fdaedb5ac269f95d15b1171d491e0e42a1fa397e) Add dockerfile ### 📊 Changes **1 file changed** (+9 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `Dockerfile` (+9 -0) </details> ### 📄 Description Add [Docker](https://www.docker.com/) support. This file will download dependencies and install shiori inside an image. This is extremely useful for server maintainers, because it's secure and easy. Run `docker build -t shiori .` to build the image Run `docker run -p 8080:8080 -d --rm --name shiori shiori` to start a docker container Run `docker exec shiori shiori <COMMAND>` to interact with the 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:30 +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#492
No description provided.