Run Dockerfile

I rarely need these commands, though simple, they always seem to escape my brain.

To run a dockerfile:

docker build -t test .

docker run test