docker-black icon indicating copy to clipboard operation
docker-black copied to clipboard

Suggestion: Add black[d]

Open beruic opened this issue 3 years ago • 2 comments

Alternatively make a new image containing black[d]. The black server is handy for using black without spawning processes for each run. Like for instance with a plugin like https://plugins.jetbrains.com/plugin/14321-blackconnect

beruic avatar Jun 03 '21 08:06 beruic

@beruic how would you connect to it inside the docker container?

cytopia avatar Nov 17 '22 13:11 cytopia

In case anyone else comes across this, just use this image instead:

docker run -p 3489 pyfound/black:latest_release blackd --bind-host 0.0.0.0 --bind-port 3489

MCOfficer avatar Dec 26 '22 11:12 MCOfficer