Create a docker with debian 8, epics base 3.15.6 and medm 3.1.13
10K+
Create a docker with debian 8, epics base 3.15.5 and medm 3.1.13
To use medm it is necessary some configuration:
xhost localhost
docker container run -v "$HOME:/root/host/" --env="DISPLAY" -it --rm --volume="$HOME/.Xauthority:/root/.Xauthority:rw" --net=host lnlssol/docker-medm bash
./medm
./medm -x -macro "P=mcaTest:,R=Amptek1:, M=mca1" Amptek.adl &
On newer systems there is no .Xauthority under $HOME. In this case try:
docker container run -v "$HOME:/root/host/" --env="DISPLAY" -it --net=host --privileged lnlssol/docker-medm bash
Content type
Image
Digest
Size
236 MB
Last updated
over 6 years ago
docker pull lnlssol/docker-medm