Supported platform: linux/amd64
, linux/arm64/8
, linux/arm/v7
, linux/ppc64le
, linux/s390x
Based on distroless and compiled with mypyc.
isac322/blackd:<black_version>
Default Entrypoint of image is blackd
.
And Command are --bind-host 0.0.0.0 --bind-port 80
.
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