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
- Host: GitHub
- URL: https://github.com/oeway/micromanager-demo
- Owner: oeway
- Created: 2020-09-12T14:30:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-12T14:55:33.000Z (almost 6 years ago)
- Last Synced: 2025-02-15T18:32:57.929Z (over 1 year ago)
- Language: Dockerfile
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 .
```