docker环境和docker-compose的安装
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
安装docker环境
- 配置yum源wget https://download.docker.com/linux/centos/docker-ce.repo -O /etc/yum.repos.d/docker-ce.repo
阿里云yum源https://yq.aliyun.com/articles/110806
yum clean all
yum repolist - 安装docker
yum -y install docker-ce - 启动docker并设置开机自启
systemctl start docker
systemctl enable docker
安装docker-compose
- 下载 wget https://github.com/menard-99/dockerfiles/raw/master/docker-compose -O /usr/bin/docker-compose
- 设置权限chmod +x /usr/bin/docker-compose
- 参考地址https://docs.docker.com/compose/install/
https://github.com/docker/compose/releases
docker和docker-compose文件版本对应关系
具体参考:
https://docs.docker.com/compose/compose-file/compose-versioning/
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献8条内容
所有评论(0)