Update dockerizing.md

Just added "to" in the sentence which may have been missed earlier.
This commit is contained in:
athend 2016-12-16 11:35:21 +05:30 committed by GitHub
parent 7f8a0186ac
commit 5e2fc8bada
1 changed files with 2 additions and 2 deletions

View File

@ -194,6 +194,6 @@ about several Docker commands:
* `docker logs` - Shows the standard output of a container.
* `docker stop` - Stops running containers.
Now, you have the basis learn more about Docker and how to do some more advanced
Now, you have the basis to learn more about Docker and how to do some more advanced
tasks. Go to ["*Run a simple application*"](usingdocker.md) to actually build a
web application with the Docker client.