How to run a “docker run ..” command from within a shell script

前端 未结 0 1176
悲哀的现实
悲哀的现实 2020-12-12 08:52

I have a shell script containing a call to docker run. The script looks like this:

#!/bin/sh

#Local directory where your data is.
PATH_TO_EXPORTS="/home         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题