Difference between revisions of "ViSUS Docker OnDemand Conversion"
From
(Created page with "== Quick start == Start your Docker and login into your account. If you don't have installed follow these instructions: [https://docs.docker.com Docker Documentation] To lo...") |
(→Quick start) |
||
Line 1: | Line 1: | ||
− | |||
− | |||
Start your Docker and login into your account. | Start your Docker and login into your account. | ||
If you don't have installed follow these instructions: [https://docs.docker.com Docker Documentation] | If you don't have installed follow these instructions: [https://docs.docker.com Docker Documentation] |
Revision as of 17:49, 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 image contains:
- the ViSUS Server
- configuration files (see ViSUS configuration file)
- a simple 2D web viewer
- some tools to convert data (see ViSUS Convert).