PROXIMANOVA-LIGHT.OTF PROXIMANOVA-LIGHTIT.OTF PROXIMANOVA-EXTRABLD.OTF PROXIMANOVA-BOLD.OTFPROXIMANOVA-BLACK.OTF
Get this font in here!
Updating and Upgrading Docker on Linux
This Article Applies to:
- Avast Business On-Premise Console
Updating Docker
At times you will need to update your Docker installation. First you will need to update the dnf package cache, then select which version of Docker to install. Use the following commands.
#systemctl stop docker
: stops Docker services#dnf makecache
: creates system cache#dnf list docker-ce.x86_64 –showduplicates sort -r
: outputs a list of Docker versions available so you can note the version number you wish to use#dnf -y install docker-ce-<version>
: installs the selected version of docker-ce.#systemctl start docker
: starts Docker services
Upgrading Docker
You will occasionally need to upgrade your docker-compose installation. Use the following commands.
#pip install --upgrade pip
: upgrades pip to the latest version#pip install --upgrade docker-compose
: upgrades docker-compose to the latest version
Other Articles In This Section:
Preparing CentOS 7 Linux Server
Recommended CentOS 7 Configuration
Installing Docker Compose on Linux
Installing On-Premise Console on Linux
Updating On-Premise Console on Linux
Backing Up and Restoring On-Premise Console Database on Linux
Related Articles: