在脚本中执行docker bash
程序员文章站
2022-06-22 17:56:03
...
在shell中执行docker shell命令返回结果给变量
function test(){ result=(`bash -c "$1"`) echo ${result[0]} } test "docker exec mysql /bin/bash -c 'mysql -u root -ppassw0rd -V'"
推荐阅读
-
在centos7 中docker info报错docker bridge-nf-call-iptables is disabled 的解决方法
-
在Docker容器中不需要运行sshd的原因浅析
-
shell脚本中执行python脚本并接收其返回值的例子
-
Linux中执行shell脚本的4种方法总结
-
在docker中运行mariadb程序的方法
-
在oracle 数据库中查看一个sql语句的执行时间和SP2-0027错误
-
Shell脚本中执行sql语句操作mysql的5种方法
-
在Pycharm中执行scrapy命令的方法
-
解决在SQL脚本中的注释引起的奇怪问题
-
在Centos7中安装Docker1.12的详细教程