You can use docker-compose to start service easily.
Install docker-compose if you don't have it on your machine. Make sure you follow all prerequisites.
Now, you can execute this command:
# build containers and run application
docker-compose up
If you want to stop containers, just use:
docker-compose stop
If you want to remove containers, use:
docker-compose down