mirror of https://github.com/docker/docs.git
Merge pull request #340 from KevinTangy/patch-1
Update 3_prepare_the_app.md with missing dots
This commit is contained in:
commit
c041f74a5c
|
|
@ -42,13 +42,13 @@ Next, we have to build this application to create an image. Run the following co
|
||||||
**Python quickstart**
|
**Python quickstart**
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ docker build --tag quickstart-python
|
$ docker build --tag quickstart-python .
|
||||||
```
|
```
|
||||||
|
|
||||||
**Go quickstart**
|
**Go quickstart**
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ docker build --tag quickstart-go
|
$ docker build --tag quickstart-go .
|
||||||
```
|
```
|
||||||
|
|
||||||
Next, we [Push the Docker image to Docker Cloud's Registry](4_push_to_cloud_registry.md).
|
Next, we [Push the Docker image to Docker Cloud's Registry](4_push_to_cloud_registry.md).
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue