If you want to deploy OCP in a Docker container, you must install Docker on the host on which you want to deploy the OCP. If it is not installed, refer to this topic for Docker installation. This topic only introduces the method for deploying Docker on AliOS with Internet access. If you are using other types of servers, it is recommended to refer to the Internet for Docker deployment.
Procedure
Run the following command to install Docker:
yum install dockerRun the following command to start Docker:
systemctl start docker