Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.

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
    
    
    Copy to Clipboard Toggle word wrap
  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
    Copy to Clipboard Toggle word wrap
  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
    Copy to Clipboard Toggle word wrap
  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)
    Copy to Clipboard Toggle word wrap
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.
Nach oben
Red Hat logoGithubredditYoutubeTwitter

Lernen

Testen, kaufen und verkaufen

Communitys

Über Red Hat Dokumentation

Wir helfen Red Hat Benutzern, mit unseren Produkten und Diensten innovativ zu sein und ihre Ziele zu erreichen – mit Inhalten, denen sie vertrauen können. Entdecken Sie unsere neuesten Updates.

Mehr Inklusion in Open Source

Red Hat hat sich verpflichtet, problematische Sprache in unserem Code, unserer Dokumentation und unseren Web-Eigenschaften zu ersetzen. Weitere Einzelheiten finden Sie in Red Hat Blog.

Über Red Hat

Wir liefern gehärtete Lösungen, die es Unternehmen leichter machen, plattform- und umgebungsübergreifend zu arbeiten, vom zentralen Rechenzentrum bis zum Netzwerkrand.

Theme

© 2025 Red Hat