You should see the base container image being downloaded (if not already on your system), and then the changes specified in the Dockerfile being made. Afterwards, the container is run, which should create similar output as if running it directly on your system.
While we are at it, we can try some other thingswe can do with running containers. For example, let's start the container in the background instead:
=== Inspecting a running container ===