
docker
天天要满仓
Stop-Service -Name Love*
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Depends: libtinfo5 (>= 6) but it is not going to be installed
vim : Depends: libtinfo5 (>= 6) but it is not going to be installed #docker 系统基本版:debian:buster-slim #执行安装 apt-get install vim时出错 # 依赖库版本过低导致 #重新安装 apt update && apt install -y libtinfo5 --allow-remove-essential apt-get -y install vim ...原创 2020-11-27 16:45:37 · 6050 阅读 · 0 评论 -
shipyard的内存消耗统计-测试
虚拟机shipyard的内存消耗统计环境:HpyerV-CentOS 7.4.1708 Id 名称 镜像 内存消耗(MB) c16c4c93eaaf gamedll-controller gamedll/shipyard 97 e6a5f2d41f4f gamedll-swarm-agent swarm:latest 77 7f69f482196d原创 2017-09-29 16:17:54 · 612 阅读 · 0 评论 -
一键安装shipyard汉化镜像
1.安装DOCKER环境:HpyerV虚拟机 CentOS 7.4.1708CentOS增加docker 源sudo yum-config-manager \ --add-repo \ https://download.docker.com/linux/centos/docker-ce.reposudo yum makecachesudo yum install docker-cesudo dock原创 2017-09-29 14:27:48 · 2513 阅读 · 0 评论