Sign inSign up

ei99070/docker-fluidd

By ei99070

Updated over 3 years ago
Archived

Simple Docker image running the latest Fluidd

Image
0

10K+

ei99070/docker-fluidd repository overview

docker-fluidd

Project Maintenance License

Release

Twitter Follow

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.

⚠️ WARNING ⚠️

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.

Usage

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

Available tags

  • latest or master: points to "master" branch
  • latest-dev or develop: points to "develop" branch
  • sha-<hash>: points to the GitHub commit hash

License

MIT

Tag summary

Content type

Image

Digest

sha256:5f667cd9c

Size

19.1 MB

Last updated

over 3 years ago

docker pull ei99070/docker-fluidd