Difference between revisions of "Command Center Installation"
(→Requirements) |
(→Docker) |
||
Line 6: | Line 6: | ||
== Hardware == |
== Hardware == |
||
== Docker == |
== Docker == |
||
+ | The system (most likely a VM) dedicated to Command Center, make sure you have the latest version of docker up and running. The following steps may help. |
||
− | The system (most likely a VM) |
||
− | 1. Uninstall old docker versions |
+ | ====1. Uninstall old docker versions==== |
This is an optional step in case your docker version is out of date: |
This is an optional step in case your docker version is out of date: |
||
Line 22: | Line 22: | ||
− | 2.Install docker using the repository |
+ | ====2.Install docker using the repository==== |
sudo yum install -y yum-utils |
sudo yum install -y yum-utils |
||
Line 31: | Line 31: | ||
sudo yum install docker-ce docker-ce-cli containerd.io docker-compose-plugin |
sudo yum install docker-ce docker-ce-cli containerd.io docker-compose-plugin |
||
− | 3. Start Docker. |
+ | ====3. Start Docker.==== |
$ sudo systemctl start docker |
$ sudo systemctl start docker |
||
− | 4. Verify that Docker Engine is installed correctly |
+ | ====4. Verify that Docker Engine is installed correctly ==== |
− | + | Run the hello-world image. |
|
+ | $ sudo docker run hello-world |
||
== Firewall == |
== Firewall == |
Revision as of 20:55, 10 January 2023
Contents
Pre-Requisites
Before installing or updating Command Center, the following elements are required
Intro
Diagram
Hardware
Docker
The system (most likely a VM) dedicated to Command Center, make sure you have the latest version of docker up and running. The following steps may help.
1. Uninstall old docker versions
This is an optional step in case your docker version is out of date:
sudo yum remove docker \ docker-client \ docker-client-latest \ docker-common \ docker-latest \ docker-latest-logrotate \ docker-logrotate \ docker-engine
2.Install docker using the repository
sudo yum install -y yum-utils sudo yum-config-manager \ --add-repo \ https://download.docker.com/linux/centos/docker-ce.repo sudo yum install docker-ce docker-ce-cli containerd.io docker-compose-plugin
3. Start Docker.
$ sudo systemctl start docker
4. Verify that Docker Engine is installed correctly
Run the hello-world image.
$ sudo docker run hello-world
Firewall
Credentials
(internal, LDAP, SSO)
Installation
Docker Image
New Installation
Update
Licenses
Start and Stop System
Verify Installation
Installation / Update (Docker)