mirror of https://github.com/docker/docs.git
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:
parent
d3b163f949
commit
a9c742c5ff
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue