PROXIMANOVA-LIGHT.OTF PROXIMANOVA-LIGHTIT.OTF PROXIMANOVA-EXTRABLD.OTF PROXIMANOVA-BOLD.OTFPROXIMANOVA-BLACK.OTF
Get this font in here!
Installing Docker Compose on Linux
This Article Applies to:
- Avast Business On-Premise Console
Installing the On-Premise Console on operating systems besides Windows requires working, up-to-date installations of both Docker and Docker Compose, as well as a Docker account.
To install Docker Compose to host the On-Premise Console containers, use the following commands:
#dnf config-manager ---add-repo https://download.docker.com/linux/centos/docker-ce.repo: downloads the docker-ce repositories#dnf makecache: creates a system cache#dnf -y install docker-ce: installs docker-ce from the downloaded repositories#systemctl enable docker: enables Docker services on the device#systemctl start docker: starts Docker services#dnf -y install python-pip: installs python-pip repositories, which is a package management tool used to manage and install python packages#pip install –-upgrade pip: upgrade python pip repositories#pip install docker-compose: installs the docker-compose command
Additionally, you may wish to grant specific users access to Docker commands. This should also grant access to use docker-compose commands. To do this, enter the following: #usermod -aG docker <user>, replacing <user> with the name of the user you want to give permissions to.
Once you have Docker installed, you can begin Installing On-Premise Console on Linux.
Other Articles In This Section:
Preparing CentOS 7 Linux Server
Recommended CentOS 7 Configuration
Installing On-Premise Console on Linux
Updating and Upgrading Docker on Linux
Updating On-Premise Console on Linux
Backing Up and Restoring On-Premise Console Database on Linux
Related Articles: