Skip to content

Commit

Permalink
Fix link to prebuild guide (#294)
Browse files Browse the repository at this point in the history
* Fix link to prebuild guide

* Fix another link to the prebuilds guide
  • Loading branch information
nathanweeks authored Sep 26, 2023
1 parent c622acf commit e939c70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _posts/2022-12-16-dockerfile.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ That's it! When you start up your Dev Container, the Dockerfile will be automati

Better yet, you can can use a Dockerfile as a part of authoring an image you can share with others. You can even **add Dev Container settings and metadata right into the image itself**. This avoids having to duplicate config and settings in multiple devcontainer.json files and keeps them in sync with your images!

See the guide on **[pre-building](/_posts/2023-08-22-prebuild.md)** to learn more!
See the guide on **[pre-building]({% post_url 2023-08-22-prebuild %})** to learn more!

## <a href="#docker-compose" name="docker-compose" class="anchor"> Using Docker Compose </a>

Expand Down Expand Up @@ -142,4 +142,4 @@ volumes:

Finally, as in the Dockerfile example, you can use this same setup to create a Dev Container image that you can share with others. You can also add Dev Container settings and metadata right into the image itself.

See the guide on **[pre-building](/_posts/2023-08-22-prebuild.md)** to learn more!
See the guide on **[pre-building]({% post_url 2023-08-22-prebuild %})** to learn more!

0 comments on commit e939c70

Please sign in to comment.