nicholaswilde / docker-fossil

A multi-architecture Docker image for Fossil.

Home Page:https://hub.docker.com/r/nicholaswilde/fossil

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker Fossil

Docker Image Version (latest by date) Docker Pulls GitHub ci lint pre-commit

A multi-architecture Docker image for Fossil.

Dependencies

  • None

Usage

docker cli

$ docker run -d \
  --name=fossil \
  -e TZ=America/Los_Angeles `# optional` \
  -e PUID=1000  `# optional` \
  -e PGID=1000   `# optional` \
  -p 8080:8080 \
  --restart unless-stopped \
  nicholaswilde/fossil

docker-compose

See docker-compose.yaml.

Development

See Wiki.

Troubleshooting

See Wiki.

Pre-commit hook

If you want to automatically generate README.md files with a pre-commit hook, make sure you install the pre-commit binary, and add a .pre-commit-config.yaml file to your project. Then run:

pre-commit install
pre-commit install-hooks

Currently, this only works on amd64 systems.

Inspiration

Inspiration for this repository has been taken from Duvel/docker-fossil.

License

Apache 2.0 License

Author

This project was started in 2020 by Nicholas Wilde.

About

A multi-architecture Docker image for Fossil.

https://hub.docker.com/r/nicholaswilde/fossil

License:Apache License 2.0


Languages

Language:Dockerfile 72.2%Language:Shell 27.8%