Bash Menu docker is a Bash script to easily allow you to add a menu to your own scripts.
You can add an interactive menu like the following to your own scripts with just a few simple steps:
- Select your tool
- Easy to run docker-compose after select items
- Easy to customize your Docker menu
- Mem check
This script, unsurprisingly based on the name, requires to be run in a Bash shell and will terminate when run by /bin/sh or /bin/dash (for example).
See the demo.sh script for an introduction to how to incorporate Bash Menu in your own scripts, but the quick steps would be:
Somewhere in your own Bash script, before you want to use or configure a menu, you should import the index.sh script, either via (assuming the same directory as your script):
bash index.sh
- Move to another tool by first character
- press enter to selectc
- Move to Check Mem to check ram request and total ram in your pc

- After selected move to
- Run docker-compose
- Stop docker-compose for run or stop tool
- Nguyen Tin - My Github
Click here for more My website
This project is licensed under the MIT License.
