Update references to the get-started pages (#9651)

This commit is contained in:
Renan Roggia 2019-10-16 15:27:18 -03:00 committed by Dawn-Docker
parent 472cbce228
commit 09c8a2d726
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ most benefits from Docker.
- Learn to [build an image from a Dockerfile](/get-started/part2.md){: target="_blank" class="_"}
- Use [multistage builds](/engine/userguide/eng-image/multistage-build.md){: target="_blank" class="_"} to keep your images lean
- Manage application data using [volumes](/engine/admin/volumes/volumes.md) and [bind mounts](/engine/admin/volumes/bind-mounts.md){: target="_blank" class="_"}
- [Scale your app](/get-started/part3.md){: target="_blank" class="_"} as a swarm service
- [Define your app stack](/get-started/part5.md){: target="_blank" class="_"} using a compose file
- [Scale your app](/get-started/part3.md){: target="_blank" class="_"} with kubernetes
- [Scale your app](/get-started/part4.md){: target="_blank" class="_"} as a swarm service
- General application development best practices
## Learn about language-specific app development with Docker