https://github.com/isac322/docker_image_blackd
[Automated build] Tiny docker image for blackd server
https://github.com/isac322/docker_image_blackd
black blackd docker docker-image formatter python server
Last synced: 3 months ago
JSON representation
[Automated build] Tiny docker image for blackd server
- Host: GitHub
- URL: https://github.com/isac322/docker_image_blackd
- Owner: isac322
- Created: 2021-03-09T13:33:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-02T16:53:20.000Z (over 1 year ago)
- Last Synced: 2025-02-01T17:12:21.149Z (4 months ago)
- Topics: black, blackd, docker, docker-image, formatter, python, server
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/isac322/blackd
- Size: 89.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker image preinstalled the Python package `black[d]`
[1]: https://hub.docker.com/r/isac322/blackd
[2]: https://pypi.org/project/black/
[3]: https://github.com/isac322/docker_image_blackd[][1]
[][1]
[][2]
[][2]
[][3]
[][3]
[][3]> ### Images automatically follow upstream via dependabot.
Supported platform: `linux/amd64`, `linux/arm64/8`, `linux/arm/v7`, `linux/ppc64le`, `linux/s390x`
Based on [distroless](https://github.com/GoogleContainerTools/distroless) and compiled with mypyc.
## Tag format
`isac322/blackd:`
## Command
Default Entrypoint of image is `blackd`.
And Command are `--bind-host 0.0.0.0 --bind-port 80`.
## How to run
`docker run -p 80:80 -ti isac322/blackd` will launch blackd server inside and expose it to host machine.
Visit http://localhost . If you see `405: Method Not Allowed` error then it succeed.
Please refer [official blackd document](https://github.com/psf/black#blackd)