跳到主要内容

Minimal Docker for CentOS

This page introduces how to install a Minimal Docker for CentOS.

Resource Preparation

  • Prepare one node for Docker.

    NodeRecommended Spec.Operating system and CPU arch.
    docker_node4core , 16GB mem , 100GB diskCentOS 7/8, Rockey Linux, amd64

Procedure

  1. Log in the node and execute the script blow.

    /bin/bash -c "$(curl -fsSL https://bladepipe-docker.s3.ap-southeast-1.amazonaws.com/install_centos_docker.sh)"
  2. Wait to finish, and then execute docker ps to confirm successfully installation.