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/).
- Host: GitHub
- URL: https://github.com/bartoszbartmanski/dockercarnival
- Owner: BartoszBartmanski
- Created: 2021-08-10T09:37:51.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-07T13:55:11.000Z (over 4 years ago)
- Last Synced: 2025-12-26T09:14:21.219Z (6 months ago)
- Topics: docker, dockerfile
- Language: R
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```