Docker implementation of qudi-core and qudi-iqo-modules.
Tested with Docker v4.30.0.
Clone this repository into your current (empty) working directory
git clone https://github.com/TobiasSpohn/qudi-docker.git .Run
docker build -t qudi-docker-test-image .to build the image and
docker run -dit --name qudi-docker-test-container qudi-docker-test-imageto start the container.
To access the commandline of the container run
docker attach qudi-docker-test-containerHere you can run
qudi -g -dto start qudi in headless and debug mode.
Note Currently only headless mode is supported.