Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
Revert "Fix bad links"
Browse files Browse the repository at this point in the history
This reverts commit b1985a7.
  • Loading branch information
Chuxel committed Apr 22, 2019
1 parent b1985a7 commit 79d61fd
Show file tree
Hide file tree
Showing 14 changed files with 30 additions and 53 deletions.
33 changes: 5 additions & 28 deletions containers/azure-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,39 +10,16 @@
| *Definition type* | Dockerfile |
| *Languages, platforms* | Any |

## Using this definition with an existing folder
## Usage

This definition does require any special steps to use. Just follow these steps:
[See here for information on using this definition with an existing project](../../README.md#using-a-definition).

1. If this is your first time using a development container, please follow the [getting started steps](https://aka.ms/vscode-remote/containers/getting-started) to set up your machine.
If you prefer, you can also just look through the contents of the `.devcontainer` folder to understand how to make changes to your own project.

2. To use VS Code's copy of this definition:
1. Start VS Code and open your project folder.
2. Press <kbd>F1</kbd> select and **Remote-Containers: Create Container Configuration File...** from the command palette.
3. Select the Azure CLI definition.

3. To use latest-and-greatest copy of this definition from the repository:
1. Clone this repository.
2. Copy the contents of `containers/azure-cli/.devcontainer` to the root of your project folder.
3. Start VS Code and open your project folder.

4. After following step 2 or 3, the contents of the `.devcontainer` folder in your project can be adapted to meet your needs.

5. Finally, press <kbd>F1</kbd> and run **Remote-Containers: Reopen Folder in Container** to start using the definition.

## Testing the definition

This definition includes some test code that will help you verify it is working as expected on your system. Follow these steps:

1. If this is your first time using a development container, please follow the [getting started steps](https://aka.ms/vscode-remote/containers/getting-started) to set up your machine.
2. Clone this repository.
3. Start VS Code, press <kbd>F1</kbd>, and select **Remote-Containers: Open Folder in Container...**
4. Select the `containers/azure-cli` folder.
5. After the folder has opened in the container, `open test-project/scripting.azcli`
6.
If you want to try out the test project instead, open a cloned copy of this entire folder **Remote-Container: Open Folder in Container...** in VS Code and select a cloned copy of the entire folder and use the content in `test-project` to try things out.

## License

Copyright (c) Microsoft Corporation. All rights reserved.

Licensed under the MIT License. See [LICENSE](https://github.com/Microsoft/vscode-dev-containers/blob/master/LICENSE).
Licensed under the MIT License. See [LICENSE](../../LICENSE).
4 changes: 2 additions & 2 deletions containers/azure-functions-dotnetcore-2.1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@

## Usage

[See here for information on using this definition with an existing project](https://aka.ms/vscode-remote/containers/getting-started/open).
[See here for information on using this definition with an existing project](../../README.md#using-a-definition).

If you prefer, you can also just look through the contents of the `.devcontainer` folder to understand how to make changes to your own project.

## License

Copyright (c) Microsoft Corporation. All rights reserved.

Licensed under the MIT License. See [LICENSE](https://github.com/Microsoft/vscode-dev-containers/blob/master/LICENSE).
Licensed under the MIT License. See [LICENSE](../../LICENSE).
4 changes: 2 additions & 2 deletions containers/azure-functions-dotnetcore-latest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@

## Usage

[See here for information on using this definition with an existing project](https://aka.ms/vscode-remote/containers/getting-started/open).
[See here for information on using this definition with an existing project](../../README.md#using-a-definition).

If you prefer, you can also just look through the contents of the `.devcontainer` folder to understand how to make changes to your own project.

## License

Copyright (c) Microsoft Corporation. All rights reserved.

Licensed under the MIT License. See [LICENSE](https://github.com/Microsoft/vscode-dev-containers/blob/master/LICENSE).
Licensed under the MIT License. See [LICENSE](../../LICENSE).
4 changes: 2 additions & 2 deletions containers/azure-functions-node-8/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@

## Usage

[See here for information on using this definition with an existing project](https://aka.ms/vscode-remote/containers/getting-started/open).
[See here for information on using this definition with an existing project](../../README.md#using-a-definition).

If you prefer, you can also just look through the contents of the `.devcontainer` folder to understand how to make changes to your own project.

## License

Copyright (c) Microsoft Corporation. All rights reserved.

Licensed under the MIT License. See [LICENSE](https://github.com/Microsoft/vscode-dev-containers/blob/master/LICENSE).
Licensed under the MIT License. See [LICENSE](../../LICENSE).
4 changes: 2 additions & 2 deletions containers/azure-functions-node-lts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@

## Usage

[See here for information on using this definition with an existing project](https://aka.ms/vscode-remote/containers/getting-started/open).
[See here for information on using this definition with an existing project](../../README.md#using-a-definition).

If you prefer, you can also just look through the contents of the `.devcontainer` folder to understand how to make changes to your own project.

## License

Copyright (c) Microsoft Corporation. All rights reserved.

Licensed under the MIT License. See [LICENSE](https://github.com/Microsoft/vscode-dev-containers/blob/master/LICENSE).
Licensed under the MIT License. See [LICENSE](../../LICENSE).
4 changes: 2 additions & 2 deletions containers/azure-hdinsight-python-3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@

## Usage

[See here for information on using this definition with an existing project](https://aka.ms/vscode-remote/containers/getting-started/open).
[See here for information on using this definition with an existing project](../../README.md#using-a-definition).

If you prefer, you can also just look through the contents of the `.devcontainer` folder to understand how to make changes to your own project.

## License

Copyright (c) Microsoft Corporation. All rights reserved.

Licensed under the MIT License. See [LICENSE](https://github.com/Microsoft/vscode-dev-containers/blob/master/LICENSE).
Licensed under the MIT License. See [LICENSE](../../LICENSE).
4 changes: 2 additions & 2 deletions containers/azure-machine-learning-python-3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@

## Usage

[See here for information on using this definition with an existing project](https://aka.ms/vscode-remote/containers/getting-started/open).
[See here for information on using this definition with an existing project](../../README.md#using-a-definition).

If you prefer, you can also just look through the contents of the `.devcontainer` folder to understand how to make changes to your own project.

## License

Copyright (c) Microsoft Corporation. All rights reserved.

Licensed under the MIT License. See [LICENSE](https://github.com/Microsoft/vscode-dev-containers/blob/master/LICENSE).
Licensed under the MIT License. See [LICENSE](../../LICENSE).
4 changes: 2 additions & 2 deletions containers/azure-terraform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@

## Usage

[See here for information on using this definition with an existing project](https://aka.ms/vscode-remote/containers/getting-started/open).
[See here for information on using this definition with an existing project](../../README.md#using-a-definition).

If you prefer, you can also just look through the contents of the `.devcontainer` folder to understand how to make changes to your own project.

## License

Copyright (c) Microsoft Corporation. All rights reserved.

Licensed under the MIT License. See [LICENSE](https://github.com/Microsoft/vscode-dev-containers/blob/master/LICENSE).
Licensed under the MIT License. See [LICENSE](../../LICENSE).
4 changes: 2 additions & 2 deletions containers/docker-existing-docker-compose/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ To use the definition with an existing project that contains a `docker-compose.y
2. Modify the `.devcontainer/dev-container.yml` and `devcontainer.json` files as needed (see comments)
3. Reopen the folder in the container (e.g. using the **Remote-Container: Reopen Folder in Container** command in VS Code) to use it unmodified.

[See here for more information on using this definition with an existing project](https://aka.ms/vscode-remote/containers/getting-started/open).
[See here for more information on using this definition with an existing project](../../README.md#using-a-definition).

If you prefer, you can also just look through the contents of the `.devcontainer` folder to understand how to make changes to your own project.
## License

Copyright (c) Microsoft Corporation. All rights reserved.

Licensed under the MIT License. See [LICENSE](https://github.com/Microsoft/vscode-dev-containers/blob/master/LICENSE).
Licensed under the MIT License. See [LICENSE](../../LICENSE).
4 changes: 2 additions & 2 deletions containers/docker-existing-dockerfile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ To use the definition with your own project that contains a `Dockerfile`:
2. Modify the `.devcontainer/devcontainer.json` as needed (see comments)
3. Reopen the folder in the container (e.g. using the **Remote-Container: Reopen Folder in Container** command in VS Code) to use it unmodified.

[See here for more information on using this definition with an existing project](https://aka.ms/vscode-remote/containers/getting-started/open).
[See here for more information on using this definition with an existing project](../../README.md#using-a-definition).

## License

Copyright (c) Microsoft Corporation. All rights reserved.

Licensed under the MIT License. See [LICENSE](https://github.com/Microsoft/vscode-dev-containers/blob/master/LICENSE).
Licensed under the MIT License. See [LICENSE](../../LICENSE).
4 changes: 2 additions & 2 deletions containers/docker-in-docker-compose/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Dev containers can be useful for all types of applications including those that

## Usage

[See here for information on using this definition with an existing project](https://aka.ms/vscode-remote/containers/getting-started/open).
[See here for information on using this definition with an existing project](../../README.md#using-a-definition).

If you prefer, you can also just look through the contents of the `.devcontainer` folder to understand how to make changes to your own project.

Expand Down Expand Up @@ -55,4 +55,4 @@ That's it!

Copyright (c) Microsoft Corporation. All rights reserved.

Licensed under the MIT License. See [LICENSE](https://github.com/Microsoft/vscode-dev-containers/blob/master/LICENSE).
Licensed under the MIT License. See [LICENSE](../../LICENSE).
4 changes: 2 additions & 2 deletions containers/docker-in-docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Dev containers can be useful for all types of applications including those that

## Usage

[See here for information on using this definition with an existing project](https://aka.ms/vscode-remote/containers/getting-started/open).
[See here for information on using this definition with an existing project](../../README.md#using-a-definition).

If you prefer, you can also just look through the contents of the `.devcontainer` folder to understand how to make changes to your own project.

Expand Down Expand Up @@ -58,4 +58,4 @@ That's it!

Copyright (c) Microsoft Corporation. All rights reserved.

Licensed under the MIT License. See [LICENSE](https://github.com/Microsoft/vscode-dev-containers/blob/master/LICENSE).
Licensed under the MIT License. See [LICENSE](../../LICENSE).
2 changes: 1 addition & 1 deletion containers/kubernetes-helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,4 @@ That's it!

Copyright (c) Microsoft Corporation. All rights reserved.

Licensed under the MIT License. See [LICENSE](https://github.com/Microsoft/vscode-dev-containers/blob/master/LICENSE).
Licensed under the MIT License. See [LICENSE](../../LICENSE).
4 changes: 2 additions & 2 deletions containers/markdown/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@

## Usage

[See here for information on using this definition with an existing project](https://aka.ms/vscode-remote/containers/getting-started/open).
[See here for information on using this definition with an existing project](../../README.md#using-a-definition).

If you prefer, you can also just look through the contents of the `.devcontainer` folder to understand how to make changes to your own project.

## License

Copyright (c) Microsoft Corporation. All rights reserved.

Licensed under the MIT License. See [LICENSE](https://github.com/Microsoft/vscode-dev-containers/blob/master/LICENSE).
Licensed under the MIT License. See [LICENSE](../../LICENSE).

0 comments on commit 79d61fd

Please sign in to comment.