< Home - < Back

docker


Information about the package, docker, which is shipped with common Linux distributions. The docker package is designed for, KDE and GNOME2 system tray replacement docking application.


Package Name:

docker

Summary:

KDE and GNOME2 system tray replacement docking application

Description:

Docker is a docking application (WindowMaker dock app) which acts as a system tray for KDE and GNOME2. It can be used to replace the panel in either environment, allowing you to have a system tray without running the KDE/GNOME panel or environment.

Architecture:

x86_64

Version:

1.5

Release:

5.el6

Size:

19 k

Repository:

epel

From Repository:

Licence:

GPL+



Handy Yum Commands for docker


Control the docker package with the following handy commands outlined below.


Command

Description of Command

yum install docker

This command will install docker on the server.

yum remove docker

This command will un-install docker on the server. When you run this command, you will be asked if you are sure that you want to remove docker, so you have to manually confirm that you want to do this.

yum -y remove docker

This command will un-install docker on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove docker when using the -y flag.

yum update docker

This command will update docker to the latest version. When you run this command, you will be asked if you are sure that you want to remove docker, so you have to manually confirm that you want to do this.

yum -y update docker

This command will update docker to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove docker when using the -y flag.

yum info docker

This command will show you core information about the docker package.

yum deplist docker

This command will show you the dependencies for docker. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update docker

This command will check if there is an update waiting on docker. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.