上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 13 下一页
摘要: Dockerfile [TOC] FROM RUN CMD LABEL ENV ADD COPY ENTRYPOINT VOLUME WORKDIR ARG ONBUILD STOPSIGNA 阅读全文
posted @ 2019-02-24 22:46 信念&坚持✊ 阅读(289) 评论(0) 推荐(0) 编辑
摘要: [TOC] https://www.putty.org/ MobaXterm https://mobaxterm.mobatek.net/ Xhell Xftp Xmanager SecureCRT winscp https://winscp.net/eng/docs/lang:chs http:/ 阅读全文
posted @ 2019-02-24 19:56 信念&坚持✊ 阅读(141) 评论(0) 推荐(0) 编辑
摘要: 单一容器管理 以下面安装的镜像为例 容器的标识符 每一个容器被创建后,都会分配一个container id 作为容器唯一标示。 后续对容器的启动,停止,修改,删除等所有操作,都是通过container id 来完成的 container id 有点像数据库的主键。 container id 默认是1 阅读全文
posted @ 2019-02-24 13:43 信念&坚持✊ 阅读(202) 评论(0) 推荐(0) 编辑
摘要: [TOC] GitHub Docker 技术文档:https://github.com/hangyan/docker resources/blob/master/README_zh.md 如果不想每次运行Docker都使用sudo权限,可以把用户加到Docker组中。 例如: 我的用户名为 user 阅读全文
posted @ 2019-02-24 11:53 信念&坚持✊ 阅读(287) 评论(0) 推荐(0) 编辑
摘要: 内容如下 touch reboot.py ··· !/usr/bin/env python from os import system from time import sleep sleep(60) system('echo"这是服务器用户密码"|reboot') ··· 把写好的脚本copy 到 阅读全文
posted @ 2019-02-21 19:28 信念&坚持✊ 阅读(1008) 评论(0) 推荐(0) 编辑
摘要: sublime官网下载deb包的地址: https://www.sublimemerge.com/download https://github.com/poetries/mywiki/blob/master/bookmark/sublime text.md https://github.com/p 阅读全文
posted @ 2019-02-19 22:11 信念&坚持✊ 阅读(190) 评论(0) 推荐(0) 编辑
摘要: 创建一个名为 copyfile.py 的python文件 touch copyfile.py ··· encoding: utf 8 import os import shutil import time time0 = "2019 02 01" 起始日期 time1 = "2019 02 02" 阅读全文
posted @ 2019-02-19 18:29 信念&坚持✊ 阅读(684) 评论(0) 推荐(0) 编辑
摘要: 其中,<<EOF 表示当遇到EOF时结束输入。 cat>test1<<EOF 这间没有空格 阅读全文
posted @ 2019-02-13 21:33 信念&坚持✊ 阅读(2481) 评论(0) 推荐(0) 编辑
摘要: 方法一 方法二 方法三 方法四 不能如下使用: if false ; then #被注释的多行内容 不能加# fi 阅读全文
posted @ 2019-02-13 21:23 信念&坚持✊ 阅读(168) 评论(0) 推荐(0) 编辑
摘要: http://www.zhimengzhe.com/linux/329904.html 阅读全文
posted @ 2019-02-11 15:34 信念&坚持✊ 阅读(359) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 13 下一页