Update links and remove extra spaces

Signed-off-by: Usha Mandya <usha.mandya@docker.com>
This commit is contained in:
Usha Mandya 2021-01-29 17:09:03 +00:00
parent c23d1daf63
commit 4b828eeaed
11 changed files with 22 additions and 22 deletions

View File

@ -12,10 +12,10 @@ In addition to the language-specific modules, Docker documentation also provides
For more information, refer to the following topics:
* [Best practices for writing Dockerfiles](/develop/develop-images/dockerfile_best-practices/)
* [Docker development best practices](/develop/dev-best-practices/)
* [Build images with BuildKit](/develop-images/build_enhancements/)
* [Manage images](/develop/develop-images/image_management/)
* [Best practices for writing Dockerfiles](../../develop/develop-images/dockerfile_best-practices.md)
* [Docker development best practices](../../develop/dev-best-practices.md)
* [Build images with BuildKit](../../develop/develop-images/build_enhancements.md)
* [Manage images](../../develop/develop-images/image_management.md)
## Language-specific getting started guides

View File

@ -10,7 +10,7 @@ redirect_from:
## Prerequisites
Work through the orientation and setup in Get started [Part 1](/get-started/) to understand Docker concepts.
Work through the orientation and setup in Get started [Part 1](../../get-started/index.md) to understand Docker concepts.
## Overview
@ -103,7 +103,7 @@ In the same way, when we use the `FROM` command, we tell Docker to include in ou
> **Note**
>
> If you want to learn more about creating your own base images, see [Creating base images](https://docs.docker.com/develop/develop-images/baseimages/).
> If you want to learn more about creating your own base images, see [Creating base images](../../develop/develop-images/baseimages.md).
The `NODE_ENV` environment variable specifies the environment in which an application is running (usually, development or production). One of the simplest things you can do to improve performance is to set `NODE_ENV` to `production`.

View File

@ -12,7 +12,7 @@ Now, that we have configured a CI/CD pipleline, let's look at how we can deploy
The Docker Azure Integration enables developers to use native Docker commands to run applications in Azure Container Instances (ACI) when building cloud-native applications. The new experience provides a tight integration between Docker Desktop and Microsoft Azure allowing developers to quickly run applications using the Docker CLI or VS Code extension, to switch seamlessly from local development to cloud deployment.
For detailed instructions, see [Deploying Docker containers on Azure](/cloud/aci-integration/).
For detailed instructions, see [Deploying Docker containers on Azure](../../cloud/aci-integration.md).
## Docker and ECS
@ -20,7 +20,7 @@ The Docker ECS Integration enables developers to use native Docker commands in D
The integration between Docker and Amazon ECS allows developers to use the Docker Compose CLI to set up an AWS context in one Docker command, allowing you to switch from a local context to a cloud context and run applications quickly and easily simplify multi-container application development on Amazon ECS using Compose files.
For detailed instructions, see [Deploying Docker containers on ECS](/cloud/ecs-integration.md).
For detailed instructions, see [Deploying Docker containers on ECS](../../cloud/ecs-integration.md).
## Feedback

View File

@ -8,7 +8,7 @@ description: Learn how to build your first Docker image by writing a Dockerfile
## Prerequisites
Work through the orientation and setup in Get started [Part 1](/get-started/) to understand Docker concepts.
Work through the orientation and setup in Get started [Part 1](../../get-started/index.md) to understand Docker concepts.
## Overview
@ -54,7 +54,7 @@ To test that the application is working properly, open a new browser and navigat
Switch back to the terminal where our server is running and you should see the following requests in the server logs. The data and timestamp will be different on your machine.
```shel
```shell
127.0.0.1 - - [22/Sep/2020 11:07:41] "GET / HTTP/1.1" 200 -
```

View File

@ -12,7 +12,7 @@ Now, that we have configured a CI/CD pipleline, let's look at how we can deploy
The Docker Azure Integration enables developers to use native Docker commands to run applications in Azure Container Instances (ACI) when building cloud-native applications. The new experience provides a tight integration between Docker Desktop and Microsoft Azure allowing developers to quickly run applications using the Docker CLI or VS Code extension, to switch seamlessly from local development to cloud deployment.
For detailed instructions, see [Deploying Docker containers on Azure](/cloud/aci-integration/).
For detailed instructions, see [Deploying Docker containers on Azure](../../cloud/aci-integration.md).
## Docker and ECS
@ -20,7 +20,7 @@ The Docker ECS Integration enables developers to use native Docker commands in D
The integration between Docker and Amazon ECS allows developers to use the Docker Compose CLI to set up an AWS context in one Docker command, allowing you to switch from a local context to a cloud context and run applications quickly and easily simplify multi-container application development on Amazon ECS using Compose files.
For detailed instructions, see [Deploying Docker containers on ECS](/cloud/ecs-integration.md).
For detailed instructions, see [Deploying Docker containers on ECS](../../cloud/ecs-integration.md).
## Feedback