High-performance background job server
5M+
By default, Faktory listens at localhost:7419 for commands and localhost:7420 for the Web UI.
docker run --rm -it -v faktory-data:/var/lib/faktory -p 127.0.0.1:7419:7419 -p 127.0.0.1:7420:7420 contribsys/faktory:latest /faktory -b :7419 -w :7420 -e production
Now open your browser to localhost:7420. Note the use of a persistent volume to store Faktory's data.
Content type
Image
Digest
sha256:0e05c8636…
Size
12.4 MB
Last updated
about 1 month ago
docker pull contribsys/faktory