Scenario : Spinning up containers with dependency on each other in a sequence. Startup of docker containers using shell script. Verification if the docker container is started. Option to Mount and unmount the containers. Execution: sh infra.sh -mount / -unmount / -remount Mount - to spin up the containers Unmount - Shoutdown the containers Remount - TODO For the latest update refer : GIT #/bin/bash #Purpose: # Startup of docker containers using shell script. # Verfification if the docker container is started. # Option to Mount and unmoun…