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

https://github.com/bartoszbartmanski/dockercarnival

Repository for building a docker image of CARNIVAL (https://github.com/saezlab/CARNIVAL/).
https://github.com/bartoszbartmanski/dockercarnival

docker dockerfile

Last synced: 2 months ago
JSON representation

Repository for building a docker image of CARNIVAL (https://github.com/saezlab/CARNIVAL/).

Awesome Lists containing this project

README

          

# DockerCARNIVAL

Repository for [CARNIVAL](https://github.com/saezlab/CARNIVAL/)
docker images.

## Build

To create a new image:
```
docker build -t carnival:latest -f Dockerfile .
```

## Download

To download an image from [dockerhub](https://hub.docker.com/repository/docker/bartoszbartmanski/carnival):
```
docker pull bartoszbartmanski/carnival:
```
For example:
```
docker pull bartoszbartmanski/carnival:2.2.0
```