Installation Prerequisites

The installation instructions for the {ProductName} server assume that you already have the following in place:

Installing and Configuring Docker

  1. Register your Linux machine and add the following repositories for Docker support.

    subscription-manager register --username=<rhnuser> --password=<pwd>
    subscription-manager list --available
    subscription-manager attach --pool=<pool_id>
    subscription-manager repos --enable=rhel-7-server-extras-rpms
  2. Install Docker and the required dependencies.

    yum install docker
  3. Start the Docker service.

    systemctl start docker
  4. Enable the Docker service.

    systemctl enable docker