You need to install docker and docker-compose as the first step.
Then build the container using below command. This must be run on a folder named "docker" that contains docker-compose.yml and start.sh files.
(Building process will required ~1GB downloading)
docker-compose build
After the building is success, you just need to run ./start.sh file. It will handle starting. stopping actions for the container.