Update index.md (#11257)

* Update index.md

The dot at the end of the run command has confused me, as it caused an error, for clarity I think it is better to omit the dot.

* Minor style updates

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
This commit is contained in:
Mehmet Serkan Apaydın 2020-08-19 18:18:37 +03:00 committed by GitHub
parent d3b163f949
commit a9c742c5ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -142,7 +142,8 @@ EOF
2. Run `docker build -t <your_username>/my-first-repo .` to build your Docker
image.
3. Test your docker image locally by running `docker run <your_username>/my-first-repo`.
3. Run `docker run <your_username>/my-first-repo` to test your
Docker image locally.
4. Run `docker push <your_username>/my-first-repo` to push your Docker image to
Docker Hub.