Install Docker
Suggest changes
-
PDF of this doc site
- Install and maintain appliance hardware
- Install and upgrade software
- Perform system administration
-
Monitor and maintain StorageGRID
-
Recover and maintain
- Grid node recovery procedures
-
Recover and maintain
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 Linux 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.11.0 or later.
Related information