This repository contains the EPICS Input/Output Controller (IOC) used at LNLS for debugging, testing and prototyping based on areaDetector simulation detector (ADSimDetector).
You can use the following command to run it in the background using the default start-up script from epics-in-docker.
docker compose up -d
You can then access the IOC shell through the Unix socket created.
You can build the IOC with the following command:
docker compose build