https://github.com/jonchang/fishtreeoflife-docker
https://github.com/jonchang/fishtreeoflife-docker
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jonchang/fishtreeoflife-docker
- Owner: jonchang
- Created: 2018-12-08T04:23:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-11T21:32:31.000Z (about 2 months ago)
- Last Synced: 2025-05-05T05:06:40.282Z (28 days ago)
- Language: R
- Size: 36.8 MB
- Stars: 0
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fishtreeoflife-docker
## Updating the Docker image
```
docker build -t jonchang/fishtreeoflife-docker:master .
docker push jonchang/fishtreeoflife-docker:master
```## Inspecting the image interactively
```
docker run -it jonchang/fishtreeoflife-docker:master
```## Copying a file
```
docker run --rm --entrypoint cat jonchang/fishtreeoflife-docker:master /path/to/file > path/to/destination
```## Building without cache
```
docker build -t jonchang/fishtreeoflife-docker:master .
```