This repository contains the Dockerfile to create the image via the github workflow:
- mbajdel/epics-base on Docker Hub
- EPICS Base 7.0.4 in a Docker container
The epics_base image contains a the EPICS base installation.
To start the example IOC in background (-d), run:
docker run \
--rm -it -d \
--name my-ioc \
mbajdel/epics-base:latest
To attach to the IOC shell, run:
docker attach my-ioc
Enter Ctrl + p Ctrl + q to detach from the shell or Ctrl + d to quit the IOC.