Download the file and from the same directory run docker build -t nodebb .
This will give you an image on your local machine that’s named nodebb that you can launch an container from with docker run -d nodebb (you can change nodebb to your own name).