Skip to content

pklaus/docker-epics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-epics

This repository contains the source files (Dockerfiles, ...) to create the images:

epics_base

The epics_base image contains a the EPICS base installation. It also comes with a ready-to-use example IOC, which can be handy for quick testing.

To start the example IOC in background (-d), run:

docker run \
  --rm -it -d \
  --name my-ioc \
  -p 5064-5065:5064-5065 \
  -p 5064-5065:5064-5065/udp \
  -w /epics/iocs/example/iocBoot/iocEXAMPLE \
  pklaus/epics_base:7.0.4_debian \
  ./st.cmd

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.

About

Dockerfiles for my EPICS Base and contApps Docker images

Resources

Stars

Watchers

Forks

Releases

No releases published