Skip to content

Instantly share code, notes, and snippets.

@li-wu
Created July 14, 2022 06:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save li-wu/cfcee479a57417a1380de9c53af2bf99 to your computer and use it in GitHub Desktop.
Save li-wu/cfcee479a57417a1380de9c53af2bf99 to your computer and use it in GitHub Desktop.
yum install -y yum-utils
yum install -y nfs-utils
yum install -y socat
yum install -y conntrack-tools
yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
yum install -y docker-ce docker-ce-cli containerd.io
systemctl start docker
systemctl enable docker
docker version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment