An open API service indexing awesome lists of open source software.

https://github.com/oeway/micromanager-demo

Docker file for Micro-Manager microscopy control with demo devices
https://github.com/oeway/micromanager-demo

Last synced: 5 months ago
JSON representation

Docker file for Micro-Manager microscopy control with demo devices

Awesome Lists containing this project

README

          

# MicroManager Demo

This repo is about Docker images for micromanager demos.

## Usage

Use the already built image from docker hub:
```
docker pull oeway/micromanager-demo
```

An environment variables can be used to find out the path of micromanager: `MMCORE_PATH`

You can also find a demo config file via `MMCONFIG_DEMO_PATH`.

Build the docker file:
```bash
docker build --tag micromanger-demo .
```