Sign inSign up

cadriel/fluidd

By cadriel

Updated over 3 years ago

Fluidd - The Klipper UI

Image
12

100K+

cadriel/fluidd repository overview

Usage

Here are some example snippets to help you get started creating a container.

docker-compose

Compatible with docker-compose v2 schemas.

---
version: "2.1"
services:
  fluidd:
    image: cadriel/fluidd
    container_name: fluidd
    ports:
      - 80:80
    restart: unless-stopped

docker cli

docker run -d \
  --name=fluidd \
  -p 80:80 \
  --restart unless-stopped \
  cadriel/fluidd

Tag summary

Content type

Image

Digest

sha256:2c8ba5540

Size

19.1 MB

Last updated

over 3 years ago

docker pull cadriel/fluidd