OneCollect 1.5 for data collection tasks in storage environments
99
docker run -d -p 80:80 -p 443:443 sonas/onecollect /NetApp/launch
Use the public IP address of the host machine. For docker-machines use the command below to find IP address:
docker-machine ip default
A launch script needs to be specified to install docker on the instance and pull OneCollect image from docker hub. For example, while launching Ubuntu ec2 instance, go to the section Configure Instance ➜ Advanced Details ➜ User Data.
Paste the script below in the User Data text area:
#!/bin/bash
apt-get update &&
apt -y install docker.io &&
docker run -d -p 80:80 -p 443:443 sonas/onecollect /NetApp/launch
Remember to add rules to allow HTTP and HTTPS in Configure Security Group section. The public IP address assigned to the instance can be used to launch OneCollect application in the browser.
Content type
Image
Digest
Size
328.9 MB
Last updated
about 8 years ago
docker pull sonas/onecollect