Answers for "how to execute docker command in shell script"

0

how to execute docker command in shell script

echo -n "enter type compose command ? "
read type

[[ "$type" ]] && docker-compose $type;
Posted by: Guest on February-07-2021

Code answers related to "how to execute docker command in shell script"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language