摘要:
[docker]privileged参数 $ docker help run ... --privileged=false Give extended privileges to this container ...大约在0.6版,privileged被引入docker。使用该参数,containe 阅读全文
摘要:
sed命令常用到的两个选项:-i : 直接在文件上编辑 (edit files in place)-e[默认选项]:只在命令行输出,而文件不改变(add the script to the commands to be executed)注:使用sed命令可以使用 -i 或者 -e 选项(以下例子仅 阅读全文