Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to execute docker command in shell script

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

[[ "$type" ]] && docker-compose $type;
Source by www.google.com #
 
PREVIOUS NEXT
Tagged: #execute #docker #command #shell #script
ADD COMMENT
Topic
Name
2+4 =