https://github.com/exaexa/docker-shinysom
Docker image for ShinySOM
https://github.com/exaexa/docker-shinysom
Last synced: 4 months ago
JSON representation
Docker image for ShinySOM
- Host: GitHub
- URL: https://github.com/exaexa/docker-shinysom
- Owner: exaexa
- Created: 2019-06-16T18:11:16.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-13T20:37:44.000Z (over 6 years ago)
- Last Synced: 2025-02-24T03:45:40.777Z (over 1 year ago)
- Language: Dockerfile
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ShinySOM docker image
How to build and push:
1. Write commit ID(s) to `scripts/install-shinysom.R`
2. `docker build -t exaexa/shinysom:$(date +%Y%m%d) .`
3. `docker image tag exaexa/shinysom:$(date +%Y%m%d) exaexa/shinysom:latest`
4. `docker login ........`
5. `docker image push exaexa/shinysom:$(date +%Y%m%d)`
6. `docker image push exaexa/shinysom:latest`