dmundt / docker-gitea-rpi

Gitea Raspberry Pi Docker Image (arm6)

Home Page:https://hub.docker.com/r/patrickthedev/gitea-rpi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gitea on Raspberry Pi

This image hosts Gitea in a Raspberry Pi docker image of minimal size, yet fully functional.

This work is a fork of kapdap/gitea-rpi, but with a slightly smaller image.

Tags

Tag Style Meaning
latest Will always contain the newest image
latest-x.x Will contain the newest image limited to Gitea version x.x. Use this if you want to take security updates but no new features.
stable Will contain the newest stable image
x.x.x-y Contains image version y with Gitea version x.x.x.

Usage

docker volume create gitea_data
docker run -d -p 22:22 -p 3000:3000 -v gitea_data:/data patrickthedev/gitea-rpi

About

Gitea Raspberry Pi Docker Image (arm6)

https://hub.docker.com/r/patrickthedev/gitea-rpi

License:GNU General Public License v3.0


Languages

Language:Dockerfile 100.0%