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

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

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`