I was able to complete the first step of the tutorial by typing "dockerr version" even though the command output in the terminal was "dockerr: command not found."
Looking through the source code it looks like this is related to line 519 of steps.coffee
if input.containsAllOfTheseParts(_q.command_expected)
since containsAllOfTheseParts does a partial match on its inputs instead of an exact match.