Skip to content

usback/docker-gitea-rpi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 100.0%