Anchor | ||||
---|---|---|---|---|
|
Tip |
---|
Find Step - by - step guide to how to install Install Insights on Linux using Docker on this page. |
Prerequisite:
Install Docker:
On RHEL/Centos7:
- yum update
yum install yum-utils
- yum-config-manager --enable rhui-REGION-rhel-server-extras
- yum install docker
- systemctl start docker
- systemctl status docker
- systemctl enable docker [ start docker at system boot ]
On Ubuntu:
- apt-get update
- apt-get upgrade
- apt-get install docker.io
- systemctl start docker
- systemctl enable docker
Info |
---|
For docker commands commands please visit - https://docs.docker.com/edge/engine/reference/commandline/docker/ |
Run docker containers:
Expand | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||
Create Images -:
Execute the following command: dos2unix * This command will convert downloded downloaded files to UNIX format Overview of property to be set in config.env file:
Update config.env variables and run the below command from the path of copied files.
To list the containers - Let '614bcc4546de' be the containerID created, Example : docker logs 614bcc4546de
|
Expand | ||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||
Create Images -
Execute the following command: dos2unix * This command will convert downloded files to UNIX format
Overview of variables to be set in config.env
Create containers -
Let '614bcc4546de' be the containerID created, Example : docker logs 614bcc4546de
http://hostPublicIP:3000 for grafana |