Red Hat Training

A Red Hat training course is available for Red Hat Gluster Storage

6.3. Downloading the Red Hat Gluster Storage Image from the Red Hat Registry

A Docker registry provides a place to store and share docker containers that are saved as images that can be shared with other people. With the docker package available with Red Hat Enterprise Linux Atomic Host, you can pull images from the Red Hat Customer Portal. You see what images are available to pull from the Red Hat Customer Portal (using docker pull) by searching the Red Hat Container Images Search Page at https://access.redhat.com/search/browse/container-images.
  1. You can verify the docker service is running with the following command:
    # systemctl status docker
    docker.service - Docker Application Container Engine
    Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled)
    Active: active (running) since Fri 2017-01-22 12:03:34 CEST; 3h 19min ago
    Docs: http://docs.docker.com
    Main PID: 843 (docker)
    CGroup: /system.slice/docker.service
               └─843 /usr/bin/docker -d --selinux-enabled
    
    
  2. Download the Red Hat Gluster Storage Container images from the Red Hat Docker Registry using the following command:
    # docker pull registry.access.redhat.com/rhgs3/rhgs-server-rhel7
  3. Verify that you have a Red Hat Gluster Storage image on a Red Hat Enterprise Linux Atomic Host 7.2 by checking the contents of the /etc/redhat-release file. First, on the host system:
    # cat /etc/redhat-release
    Red Hat Enterprise Linux Atomic Host 7.3
  4. And next, you can check the Red Hat Gluster Storage Container Image, again from the host system (no need to log into the container image):
    # docker run rhgs3/rhgs-server-rhel7 cat /etc/redhat-storage-release
    Red Hat Gluster Storage Server 3.1 Update 2 (Container)
This means that you have successfully downloaded a Red Hat Gluster Storage Image on a Red Hat Enterprise Linux 7.3 Atomic Host and you can use that image.
For information on configuring Containerized Red Hat Gluster Storage, see Red Hat Gluster Storage Administration Guide.