Install FLECS Core Using Docker
Prerequisites for Docker Installation
Installation Steps
Deploy FLECS Using Docker Compose
services:
flecsd:
image: flecspublic.azurecr.io/flecs-slim:5.1.0-red-deer
restart: always
network_mode: host
environment:
HTTP_PORT: 80
HTTPS_PORT: 443
volumes:
- flecsd:/var/lib/flecs
- flecs-floxy_data:/tmp/floxy
- /run/docker.sock:/run/docker.sock
webapp:
image: flecspublic.azurecr.io/webapp:5.1.0-red-deer
restart: always
networks:
flecs:
ipv4_address: 172.21.255.254
networks:
flecs:
name: flecs
ipam:
driver: default
config:
- subnet: 172.21.0.0/16
gateway: 172.21.0.1
volumes:
flecsd:
flecs-floxy_certs:
name: flecs-floxy_certs
flecs-floxy_data:
name: flecs-floxy_data
driver: local
driver_opts:
device: tmpfs
type: tmpfs
o: size=4mManual Docker Run Commands
Interacting with the WebApp
Install FLECS on Your Device with FILiP
💾Installing FLECS CoreLast updated
Was this helpful?