07 2019 档案

摘要:source source命令即点(.)命令。 在bash下输入man source,找到source命令解释处,可以看到解释”Read and execute commands from filename in the current shell environment and …”。从中可以知道 阅读全文
posted @ 2019-07-11 14:00 萱乐庆foreverlove 阅读(1982) 评论(0) 推荐(0) 编辑
摘要:powershell 变量的定义方式 $song = 'lele yao' $song = @(1,23,23,23,23,23,23,23,2,31,32,12,3,2,31,23,13,21,3,123) 数组变量 $_ 当前迭代值 阅读全文
posted @ 2019-07-10 19:35 萱乐庆foreverlove 阅读(126) 评论(0) 推荐(0) 编辑
摘要:1.docker build docker build 这个动作有一个context 上下文的概念 [root@fdfs-1 ~]# docker build -t weaveworks/scope:1.11.2 -t weaveworks/scope:latest -f /tmp/Dockerfi 阅读全文
posted @ 2019-07-03 12:50 萱乐庆foreverlove 阅读(1021) 评论(0) 推荐(0) 编辑
摘要:docker 还开发了另一个支持跨主机容器网络的 driver:macvlan。 macvlan 本身是 linxu kernel 模块,其功能是允许在同一个物理网卡上配置多个 MAC 地址,即多个 interface,每个 interface 可以配置自己的 IP。macvlan 本质上是一种网卡 阅读全文
posted @ 2019-07-01 10:10 萱乐庆foreverlove 阅读(1015) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示