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-image
to start the container.
To access the commandline of the container run
docker attach qudi-docker-test-container
Here you can run
qudi -g -d
to start qudi in headless and debug mode.
Note Currently only headless mode is supported.