Skip to content

Create a Docker Image with a conda environment for flow cytometry data analysis

Notifications You must be signed in to change notification settings

gabnasello/flowcyto-env

Repository files navigation

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.

About

Create a Docker Image with a conda environment for flow cytometry data analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published