docker1

I used docker to pull the image directly, but the error after running it, as follows:

That image is not supposed to work as-is since there is no application. It should be use as a base (or runtime) for your application.

The cookiecutter provide steps and scripts on how to run or bundle your app inside a docker image.