mirror of https://github.com/docker/docs.git
remove walkthrough link (#18134)
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
This commit is contained in:
parent
69e3258ce7
commit
514758ee28
|
@ -7,7 +7,6 @@ description: Learn how to build an image of your Python application
|
|||
## Prerequisites
|
||||
|
||||
* You have installed the latest version of [Docker Desktop](../../get-docker.md).
|
||||
* You have completed the walkthroughs in the Docker Desktop [Learning Center](../../desktop/get-started.md) to learn about Docker concepts.
|
||||
* You have a [git client](https://git-scm.com/downloads). The examples in this section use a command-line based git client, but you can use any client.
|
||||
|
||||
## Overview
|
||||
|
|
|
@ -7,7 +7,6 @@ description: Learn how to build your first Rust Docker image
|
|||
## Prerequisites
|
||||
|
||||
* You have installed the latest version of [Docker Desktop](../../get-docker.md).
|
||||
* You have completed the walkthroughs in the Docker Desktop [Learning Center](../../desktop/get-started.md) to learn about Docker concepts.
|
||||
* You have a [git client](https://git-scm.com/downloads). The examples in this section use a command-line based git client, but you can use any client.
|
||||
|
||||
## Overview
|
||||
|
|
Loading…
Reference in New Issue