在脚本中执行docker bash
程序员文章站
2022-06-22 17:55:51
...
在shell中执行docker shell命令返回结果给变量
function test(){ result=(`bash -c "$1"`) echo ${result[0]} } test "docker exec mysql /bin/bash -c 'mysql -u root -ppassw0rd -V'"
上一篇: 2020年春季中国科大数字图像分析DIA考试试题回忆
下一篇: 我就只有一个问题
推荐阅读
-
用shell脚本在mysql表中批量插入数据的方法
-
windows下写的shell脚本在linux执行出错的解决办法
-
shell脚本中执行时提示“没有那个文件或目录”的解决办法
-
bash脚本中if语句的使用方法
-
在centos7 中docker info报错docker bridge-nf-call-iptables is disabled 的解决方法
-
在Docker容器中不需要运行sshd的原因浅析
-
shell脚本中执行python脚本并接收其返回值的例子
-
Linux中执行shell脚本的4种方法总结
-
在docker中运行mariadb程序的方法
-
在oracle 数据库中查看一个sql语句的执行时间和SP2-0027错误