Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.
/ docker-fluidd Public archive

📦 Docker image for Fluidd

License

Notifications You must be signed in to change notification settings

pedrolamas/docker-fluidd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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