Deploying the Installer
Prerequisites
Deploying the Installer
An Admin can deploy and manage the installer as root in the Docker host.
To deploy and manage the Installer as a non-root user in the Docker host, use the following procedure:
- Create a non-root user:
# create user "tmlops" useradd tmlops# change user "tmlops" password passwd tmlops
- Add the non-root user to the Docker group:
# add user "tmlops" to group "docker" usermod -a -G docker tmlops # verify the groups of user "tmlops" groups tmlops # example output # tmlops : tmlops docker
- Get the Installer distribution package and extract it to the host. For example: tar xvf TIB_mash-local_5.2.0.111_cf.tar.gz
Copyright © 2022. Cloud Software Group, Inc. All Rights Reserved.