Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 508 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 508 Bytes

Docker Image for flow cytometry data analysis

Build the docker images

From the project folder, run the command below:

bash build.sh

Run docker container

Standard approach (recommended)

From the project folder, run the command below:

docker-compose up -d

Alternative approach

You can run the following command:

docker run -d -p 3000:3000 --name flowcyto gnasello/flowcyto-env:latest

Use the Docker

Open localhost:3000 in your browser to get a virtual desktop.