Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit a80a750

Browse files
committed
fix: remove useful links and add references in text
1 parent 5ea7514 commit a80a750

File tree

1 file changed

+6
-17
lines changed
  • content/en/user-guide/integrations/devcontainers

1 file changed

+6
-17
lines changed

content/en/user-guide/integrations/devcontainers/index.md

Lines changed: 6 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@ In this guide, you will learn how to use [DevContainers](https://containers.dev/
1515

1616
* [Using the LocalStack templates](#using-the-localstack-templates)
1717
* [Using the LocalStack feature](#using-the-localstack-feature)
18-
* [Useful Links](#useful-links)
1918

2019
### Using the LocalStack Templates
21-
LocalStack provides two different approaches for Templates which can be used via supporting tools.
20+
LocalStack provides two different approaches for [Templates](https://github.com/localstack/devcontainer-template) which can be used via [supporting tools](https://containers.dev/supporting).
2221

2322
| **Type** | **Advantages** | **Disadvantages** |
2423
|-----------------------------|------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------|
@@ -403,28 +402,18 @@ IMAGE_NAME=localstack/localstack-pro:latest
403402

404403
### Using the LocalStack Feature
405404

406-
Add the following minimal snippet to your DevContainer config.
405+
Add the following minimal [Feature](https://github.com/localstack/devcontainer-feature) snippet to your DevContainer config.
407406

408407
```json
409408
...
410409
"features": {
411-
"ghcr.io/localstack/devcontainer-feature/localstack-cli:latest": {}
412-
}
410+
"ghcr.io/localstack/devcontainer-feature/localstack-cli:latest": {}
411+
}
413412
...
414413
```
415414

416415
That's it.
417-
By building your container the LocalStack CLI and any of the enabled local-tools will be installed.
416+
By building your container the LocalStack CLI and any of the enabled local-tools (currently these are awslocal, cdklocal, pulumilocal, samlocal and tflocal) will be installed.
418417

419-
**The LocalStack Feature not taking care of the underlying tool installations.
418+
**The LocalStack Feature not taking care of the underlying tool installations (ie for awslocal, aws-cli is not installed).
420419
For more information on dependencies please refer to the Feature documentation.**
421-
422-
## Useful Links
423-
424-
* https://containers.dev/
425-
* https://containers.dev/supporting
426-
* https://containers.dev/features
427-
* https://containers.dev/templates
428-
* https://code.visualstudio.com/docs/devcontainers/containers
429-
* https://github.com/localstack/devcontainer-template
430-
* https://github.com/localstack/devcontainer-feature

0 commit comments

Comments
 (0)