/docker-gitea-rpi

Gitea Raspberry Pi Docker Image (arm6)

Primary LanguageDockerfileGNU General Public License v3.0GPL-3.0

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