Here are some example snippets to help you get started creating a container.
Compatible with docker-compose v2 schemas.
---
version: "2.1"
services:
fluidd:
image: cadriel/fluidd
container_name: fluidd
ports:
- 80:80
restart: unless-stopped
docker run -d \
--name=fluidd \
-p 80:80 \
--restart unless-stopped \
cadriel/fluidd
Content type
Image
Digest
sha256:2c8ba5540…
Size
19.1 MB
Last updated
over 3 years ago
docker pull cadriel/fluidd