OceanBase Cloud Platform (OCP) Community Edition is deployed in a Docker container. You must install Docker on the host in which you want to install OCP. This topic describes how to deploy Docker on a CentOS 7 server over the Internet. If you use other types of servers, we recommend that you search for relevant information on the Internet to deploy Docker.
Procedure
Run the following command to install Docker. For details about the installation, see Install Docker on a CentOS 7 server.
yum install dockerRun the following command to start the Docker service:
systemctl start docker