首页
学习
活动
专区
圈层
工具
发布
社区首页 >专栏 >Centos init

Centos init

作者头像
XRSec
发布2022-03-15 15:58:47
发布2022-03-15 15:58:47
1.6K0
举报
文章被收录于专栏:XRSec.BlogXRSec.Blog

Centos init

代码语言:javascript
复制
yum update -y && yum upgrade -y
yum install wget unzip git util-linux-user net-tools iputils util-linux-user zsh ncurses -y
curl -s https://gist.githubusercontent.com/ran-xing/0e47c9b793887d201bab9de2a07a740c/raw/83347d6e43e903c4cab8c27d32e401ef856f2bde/zsh_init.sh | bash
source ~/.zshrc
sudo yum install -y yum-utils
sudo yum remove docker \
                  docker-client \
                  docker-client-latest \
                  docker-common \
                  docker-latest \
                  docker-latest-logrotate \
                  docker-logrotate \
                  docker-engine
sudo yum-config-manager \
    --add-repo \
    https://download.docker.com/linux/centos/docker-ce.repo
sudo yum install docker-ce docker-ce-cli containerd.io -y
sudo curl -L "https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
sudo ln -s /usr/local/bin/docker-compose /usr/bin/docker-compose
systemctl enable docker.service
systemctl start docker.service

XRSec has the right to modify and interpret this article. If you want to reprint or disseminate this article, you must ensure the integrity of this article, including all contents such as copyright notice. Without the permission of the author, the content of this article shall not be modified or increased or decreased arbitrarily, and it shall not be used for commercial purposes in any way

本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。
原始发表:2021-10-23,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体同步曝光计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • Centos init
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档