Sign inSign up

devprincekumar/fossil

By devprincekumar

•Updated over 1 year ago

Image
0

238

devprincekumar/fossil repository overview

šŸ—ļø Fossil SCM Docker Image – Run Fossil Instantly with Zero Setup! šŸš€ This Dockerized Fossil SCM lets you run a self-hosted Fossil source control server instantly, without manual installation or configuration.

šŸ“„ How to Use 1ļøāƒ£ Pull the Image docker pull devprincekumar/fossil:latest

2ļøāƒ£ Run Fossil Server docker run -d -p 9090:9090 --name fossil-server devprincekumar/fossil Fossil SCM is now accessible at http://localhost:9090⁠ šŸŽ‰

šŸ”„ Key Features āœ… Fully automated – No manual installation needed āœ… Pre-installed Fossil – Ready to use out-of-the-box āœ… Runs on port 9090 – Web UI accessible instantly āœ… Automatic repository creation – first-repo.fossil is set up for you āœ… Persistent storage support – Keep repositories across restarts

šŸ’¾ Persist Fossil Repositories (Recommended) If you want your repositories to persist after stopping the container, mount a local volume:

docker run -d -p 9090:9090 --name fossil-server -v ~/fossil-data:/opt/fossil-repositories devprincekumar/fossil

Now, your Fossil repositories are stored permanently in ~/fossil-data!

šŸ”„ Manage Your Fossil Server Command Description docker stop fossil-server Stop the Fossil container docker start fossil-server Restart the container docker logs fossil-server View logs docker exec -it fossil-server sh Access the container shell

šŸ“œ Credits & Acknowledgments This Fossil Docker image is built using: šŸ”¹ Fossil SCM – The powerful, lightweight version control system (fossil-scm.org) šŸ”¹ Alpine Linux – A lightweight Linux distribution for containers (alpinelinux.org) šŸ”¹ KeyOpt's Fossil Dockerfile – A valuable reference for setting up Fossil in Docker (GitHub Repo)

Thanks to the Fossil SCM team and open-source community for their contributions that made this possible!

Tag summary

Content type

Image

Digest

sha256:bbc75c36a…

Size

69.6 MB

Last updated

over 1 year ago

docker pull devprincekumar/fossil