上一页 1 2 3 4 5 6 7 8 9 ··· 17 下一页
摘要: dockerfile note "reference" summary 1. defination docker can build images automatically by reading the instructions from a dockerfile. dockerfile is a 阅读全文
posted @ 2018-04-08 16:51 随便了888 阅读(145) 评论(0) 推荐(0) 编辑
摘要: add it `docker run it name test d nginx:latest /bin/bash` 阅读全文
posted @ 2018-04-04 18:00 随便了888 阅读(5553) 评论(0) 推荐(0) 编辑
摘要: "docker common command" remove no tag images "docker on runoob" "difference between image and container" "dockerfile tutorial" docker inspect view con 阅读全文
posted @ 2018-04-04 17:12 随便了888 阅读(121) 评论(0) 推荐(0) 编辑
摘要: "reference" 用'&&' 当第一个命令正确执行完毕后再执行后续的命令 用';' 不管第一个命令是否出错都执行下一个命令 阅读全文
posted @ 2018-04-04 15:02 随便了888 阅读(155) 评论(0) 推荐(0) 编辑
摘要: "reference" $( )与 (反引号)都是用来做命令替换(command substitution)用的 run command 3, 2, 1 command1 $(command2 $(command3)) ${ }用来作变量替换 A=1 echo ${A}0 print 10 阅读全文
posted @ 2018-04-04 13:57 随便了888 阅读(157) 评论(0) 推荐(0) 编辑
摘要: may need login vpn first "docker ce for ubuntu" chinese version "docker ce for ubuntu" 阅读全文
posted @ 2018-04-03 17:40 随便了888 阅读(119) 评论(0) 推荐(0) 编辑
摘要: "reference" 阅读全文
posted @ 2018-03-29 00:00 随便了888 阅读(990) 评论(0) 推荐(0) 编辑
摘要: "saltstack offical website" "reference blog" summary "install virtualbox" "install vagrant" "add vagrant box" 阅读全文
posted @ 2018-03-28 10:36 随便了888 阅读(157) 评论(0) 推荐(0) 编辑
摘要: delete redundant path 阅读全文
posted @ 2018-03-28 00:09 随便了888 阅读(5383) 评论(0) 推荐(0) 编辑
摘要: ``` import cProfile import random def f2(lIn): print("count run time") lIn = [random.random() for i in range(100000)] cProfile.run('f2(lIn)') ``` 阅读全文
posted @ 2018-03-19 23:01 随便了888 阅读(168) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 17 下一页