https://github.com/nicholaswilde/docker-keel
A multi-architecture image for Keel
https://github.com/nicholaswilde/docker-keel
docker docker-image keel multi-architecture-image
Last synced: about 1 month ago
JSON representation
A multi-architecture image for Keel
- Host: GitHub
- URL: https://github.com/nicholaswilde/docker-keel
- Owner: nicholaswilde
- License: apache-2.0
- Created: 2021-01-19T05:45:05.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-02-22T05:20:53.000Z (over 3 years ago)
- Last Synced: 2025-03-16T10:28:04.579Z (over 1 year ago)
- Topics: docker, docker-image, keel, multi-architecture-image
- Language: Makefile
- Homepage: https://hub.docker.com/r/nicholaswilde/keel
- Size: 60.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Docker Keel
[](https://hub.docker.com/r/nicholaswilde/keel)
[](https://hub.docker.com/r/nicholaswilde/keel)
[](./LICENSE)
[](https://github.com/nicholaswilde/docker-keel/actions?query=workflow%3Aci)
[](https://github.com/nicholaswilde/docker-keel/actions?query=workflow%3Alint)
[](https://github.com/pre-commit/pre-commit)
A multi-architecture image for [Keel](https://keel.sh/)
## Requirements
- [buildx](https://docs.docker.com/engine/reference/commandline/buildx/)
## Usage
### docker cli
```bash
$ docker run -d \
--name=keel \
-e TZ=America/Los_Angeles `# optional` \
-e PUID=1000 `# optional` \
-e PGID=1000 `# optional` \
-p 9300:9300 \
--restart unless-stopped \
nicholaswilde/keel
```
### docker-compose
See [docker-compose.yaml](./docker-compose.yaml).
## Development
See [Wiki](https://github.com/nicholaswilde/docker-template/wiki/Development).
## Troubleshooting
See [Wiki](https://github.com/nicholaswilde/docker-template/wiki/Troubleshooting).
## 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](https://pre-commit.com/#install), and add a [.pre-commit-config.yaml file](./.pre-commit-config.yaml)
to your project. Then run:
```bash
pre-commit install
pre-commit install-hooks
```
Currently, this only works on `amd64` systems.
## License
[Apache 2.0 License](./LICENSE)
## Author
This project was started in 2020 by [Nicholas Wilde](https://github.com/nicholaswilde/).