mirror of https://github.com/docker/docs.git
fix: badly formatted link
Signed-off-by: David Karlsson <david.karlsson@docker.com>
This commit is contained in:
parent
3c6e220646
commit
13696ba522
|
@ -33,8 +33,7 @@ $ git clone https://github.com/docker/welcome-to-docker
|
||||||
|
|
||||||
If you don't have git, download the source and extract it.
|
If you don't have git, download the source and extract it.
|
||||||
|
|
||||||
[Download the source](https://github.com/docker/
|
[Download the source](https://github.com/docker/welcome-to-docker/archive/refs/heads/main.zip){: .button .primary-btn}
|
||||||
welcome-to-docker/archive/refs/heads/main.zip){: .button .primary-btn}
|
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
</div>
|
</div>
|
||||||
|
@ -163,4 +162,4 @@ If you want to learn more about creating images for applications in other langua
|
||||||
|
|
||||||
When you built the image, you used the `docker build` command. Here are what the different parts of the `docker build` command do:
|
When you built the image, you used the `docker build` command. Here are what the different parts of the `docker build` command do:
|
||||||
- `docker build`: This command builds the image. It needs one argument, the source folder for the Dockerfile that needs to be built. In this case, it’s the Dockerfile in the current folder, `.`.
|
- `docker build`: This command builds the image. It needs one argument, the source folder for the Dockerfile that needs to be built. In this case, it’s the Dockerfile in the current folder, `.`.
|
||||||
- `-t welcome-to-docker`: The `-t` flag tags the image with a unique name. In this case, `welcome-to-docker`.
|
- `-t welcome-to-docker`: The `-t` flag tags the image with a unique name. In this case, `welcome-to-docker`.
|
||||||
|
|
Loading…
Reference in New Issue