摘要:
* soft nofile 65535 * hard nofile 65535 * soft nproc 65535 * hard nproc 65535 soft nofile表示软限制,hard nofile表示硬限制,软限制要小于等于硬限制。soft... 阅读全文
posted @ 2016-03-23 13:39
czcb
阅读(268)
评论(0)
推荐(0)
摘要:
docker 私有仓库的镜像 是存储在5739360d1030 registry "docker-registry" 3 days ago Up 28 hours 0.0.0.0:5... 阅读全文
posted @ 2016-03-22 17:16
czcb
阅读(1195)
评论(0)
推荐(0)
摘要:
docker 私有仓库的镜像 是存储在5739360d1030 registry "docker-registry" 3 days ago Up 28 hours 0.0.0.0:5... 阅读全文
posted @ 2016-03-22 17:16
czcb
阅读(968)
评论(0)
推荐(0)
摘要:
docker run -itd -v /data/:/data1 centos bash // -v 用来指定挂载目录,:前面的/data为本地目录,:后面的/data1 为容器里的目录:docker:/root# docker run -itd --name zjtest8_frontend... 阅读全文
posted @ 2016-03-22 16:39
czcb
阅读(348)
评论(0)
推荐(0)
摘要:
docker run -itd -v /data/:/data1 centos bash // -v 用来指定挂载目录,:前面的/data为本地目录,:后面的/data1 为容器里的目录:docker:/root# docker run -itd --name zjtest8_frontend... 阅读全文
posted @ 2016-03-22 16:39
czcb
阅读(207)
评论(0)
推荐(0)
摘要:
ssh服务安装安装ssh服务#yum install openssh-server -y安装passwd(修改密码需要)#yum install passwd -y修改sshd_config配置文件UsePAM yes改成UsePAM no关闭主机selinux当使用passwd修改容器中roo... 阅读全文
posted @ 2016-03-22 15:02
czcb
阅读(456)
评论(0)
推荐(0)
摘要:
ssh服务安装安装ssh服务#yum install openssh-server -y安装passwd(修改密码需要)#yum install passwd -y修改sshd_config配置文件UsePAM yes改成UsePAM no关闭主机selinux当使用passwd修改容器中roo... 阅读全文
posted @ 2016-03-22 15:02
czcb
阅读(916)
评论(0)
推荐(0)
摘要:
docker:/root/sbin# cat add_fs.sh #!/bin/bash#This script is dynamic modify docker container disk#Author Deng Leiif [ -z $1 ] || [ -z $2 ]; then e... 阅读全文
posted @ 2016-03-22 13:12
czcb
阅读(162)
评论(0)
推荐(0)
摘要:
docker:/root/sbin# cat add_fs.sh #!/bin/bash#This script is dynamic modify docker container disk#Author Deng Leiif [ -z $1 ] || [ -z $2 ]; then e... 阅读全文
posted @ 2016-03-22 13:12
czcb
阅读(108)
评论(0)
推荐(0)
摘要:
阅读全文
posted @ 2016-03-22 12:56
czcb
阅读(88)
评论(0)
推荐(0)
浙公网安备 33010602011771号