The requested article is not available. Either it doesn't apply to this version of the product or the relevant information is organized differently in this version of the docs. You can search, browse, or go back to the other version.
A newer release of this product is available.
Installing Docker
-
PDF of this doc site
-
Install and upgrade software
-
Install and maintain hardware
-
SG5700 storage appliances
-
SG5600 storage appliances
-
-
Configure and manage
-
Administer StorageGRID
-
-
Use StorageGRID
-
Monitor and troubleshoot
-
Monitor a StorageGRID system
-
-

Collection of separate PDF docs
Creating your file...
This may take a few minutes. Thanks for your patience.
Your file is ready
The StorageGRID system runs on Red Hat Enterprise Linux or CentOS as a collection of Docker containers. Before you can install StorageGRID, you must install Docker.
Steps
-
Install Docker by following the instructions for your Linux distribution.
If Docker is not included with your Linux distribution, you can download it from the Docker website. -
Ensure Docker has been enabled and started by running the following two commands:
sudo systemctl enable docker
sudo systemctl start docker
-
Confirm you have installed the expected version of Docker by entering the following:
sudo docker version
The Client and Server versions must be 1.10.3 or later.
Client: Version: 1.10.3 API version: 1.22 Package version: docker-common-1.10.3-46.el7.14.x86_64 Go version: go1.6.2 Git commit: 5206701-unsupported Built: Mon Aug 29 14:00:01 2016 OS/Arch: linux/amd64 Server: Version: 1.10.3 API version: 1.22 Package version: docker-common-1.10.3-46.el7.14.x86_64 Go version: go1.6.2 Git commit: 5206701-unsupported Built: Mon Aug 29 14:00:01 2016 OS/Arch: linux/amd64
Related information