Simple Docker image running the latest Fluidd
10K+
Simple Docker image running the latest Fluidd
This repo will run a GitHub action every 20 minutes to check for new code on the "master" and "develop" branches of the Fluidd repository, and creates new Docker images if there are any modifications.
Fluidd currently provides official Docker images that match the ones provided here.
As such, this repo has been deprecated as it is legacy and no longer maintained.
Create and run the new container as you would normally do:
docker run -d \
--name fluidd \
--net=host \
ei99070/docker-fluidd
By default the server runs on port 80, but this can be changed by specifying the PORT environment variable.
docker run -d \
--name fluidd \
--net=host \
-e PORT=<alternative port> \
ei99070/docker-fluidd
latest or master: points to "master" branchlatest-dev or develop: points to "develop" branchsha-<hash>: points to the GitHub commit hashMIT
Content type
Image
Digest
sha256:5f667cd9c…
Size
19.1 MB
Last updated
over 3 years ago
docker pull ei99070/docker-fluidd