Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 649 Bytes

File metadata and controls

28 lines (16 loc) · 649 Bytes

docker-cepics-base

This repository contains the Dockerfile to create the image via the github workflow:

epics-base

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.