Difference between revisions of "ViSUS Docker OnDemand Conversion"
From
(→Quick start) |
|||
Line 14: | Line 14: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
− | This | + | This container provide three services: |
* the ViSUS Server | * the ViSUS Server | ||
− | * | + | * conversion service (i.e., currently limited to NetCDF datasets) |
− | * a simple | + | * a simple Web viewer |
− | + | ||
+ | == How to request on-demand conversion of a NetCDF dataset == |
Revision as of 17:52, 13 November 2018
Start your Docker and login into your account. If you don't have installed follow these instructions: Docker Documentation
To log in from your terminal:
docker login Username: your_username Password: XXXX
Now pull the ViSUS on-demand image:
docker pull visus/ondemand
This container provide three services:
- the ViSUS Server
- conversion service (i.e., currently limited to NetCDF datasets)
- a simple Web viewer