Skip to content

TobiasSpohn/qudi-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

qudi-docker

Docker implementation of qudi-core and qudi-iqo-modules.

Installation and Usage

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.

About

Docker implementation to run qudi

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors