Correct typo

This commit is contained in:
ctas582
2018-06-21 14:16:05 +01:00
committed by GitHub
parent 1dc07c33ab
commit 847140560f

View File

@@ -176,7 +176,7 @@ $ docker run -d -v $(pwd):/src -P namer
* `namer` is the name of the image we will run.
* We don't specify a command to run because is is already set in the Dockerfile.
* We don't specify a command to run because it is already set in the Dockerfile.
Note: on Windows, replace `$(pwd)` with `%cd%` (or `${pwd}` if you use PowerShell).