Looking for installation docker tutorial for linux, especially linux mint?
Check out my github gist in here.
i havent learn about docker compose yet, so i use bash script for simplify command of docker.
https://askubuntu.com/questions/500071/running-a-sh-to-execute-multiple-commands/
chmod +x ./install.sh ./start.sh ./stop.sh ./restart.sh ./remove.sh
./install.sh
./start.sh
./restart.sh
./stop.sh
./remove.sh