Sign inSign up

duvel/fossil

By duvel

•Updated 12 months ago

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

Image
1

10K+

duvel/fossil repository overview

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

Tag summary

Content type

Image

Digest

sha256:11f495564…

Size

7.1 MB

Last updated

12 months ago

docker pull duvel/fossil