Sign inSign up

sonas/onecollect

By sonas

Updated about 8 years ago

OneCollect 1.5 for data collection tasks in storage environments

Image
0

99

sonas/onecollect repository overview

To run the container

docker run -d -p 80:80 -p 443:443 sonas/onecollect /NetApp/launch

  To launch OneCollect application in browser

Use the public IP address of the host machine. For docker-machines use the command below to find IP address:

docker-machine ip default

  To launch an ec2 instance using AWS

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.

Tag summary

Content type

Image

Digest

Size

328.9 MB

Last updated

about 8 years ago

docker pull sonas/onecollect