Skip to content

isac322/docker_image_blackd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker image preinstalled the Python package black[d]

Docker Pulls Docker Image Size (tag) PyPI PyPI - Python Version GitHub last commit (branch) GitHub Workflow Status (branch) Dependabpt Status

Images automatically follow upstream via dependabot.

Supported platform: linux/amd64, linux/arm64/8, linux/arm/v7, linux/ppc64le, linux/s390x

Based on distroless and compiled with mypyc.

Tag format

isac322/blackd:<black_version>

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