Minimal Docker for CentOS
This page introduces how to install a Minimal Docker for CentOS.
Resource Preparation
-
Prepare one node for Docker.
Node Recommended Spec. Operating system and CPU arch. docker_node 4core , 16GB mem , 100GB disk CentOS 7/8, Rockey Linux, amd64
Procedure
-
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)" -
Wait to finish, and then execute
docker psto confirm successfully installation.