Skip to content

Simple, high-reliability, distributed software configuration management system.

Notifications You must be signed in to change notification settings

Duvel/docker-fossil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 

Repository files navigation

Simple, high-reliability, distributed software configuration management system, also for the Raspberry Pi.

Based on nijtmans/fossil. Moved from duvel/rpi-fossil as there is now also an amd64 image available.

The fossil repository for this image is hosted on https://docker-fossil.omloper.nl/ and mirrored to GitHub. Check this article out for more info: How To Mirror A Fossil Repository On GitHub.

Tested on a Raspberry Pi 2 B, 3 B en 3 B+.

You can start it with:

sudo docker run -d -p 8080:8080 duvel/fossil

username = “admin”, password = “????”.

You can retrieve the password with:

sudo docker logs <container>

Host existing repository

Add repository

sudo mv duvel.fossil fossils
sudo chown fossil:fossil fossils/duvel.fossil

Run container

docker run -d -p 80:8080 -v /home/pi/fossils/duvel.fossil:/opt/fossil/repository.fossil --name duvel duvel/fossil

About

Simple, high-reliability, distributed software configuration management system.

Resources

Stars

Watchers

Forks

Packages

No packages published