Skip to content

Commit 00aff54

Browse files
authored
Rename guide to match template links
1 parent 7838c5a commit 00aff54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2022-12-16-dockerfiles.md renamed to _posts/2022-12-16-dockerfile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: "@chuxel"
55
authorUrl: https://github.com/chuxel
66
---
77

8-
When creating a development container, you have a variety of different ways to customize your environment like ["Features"](/features) or [lifecycle scripts](/implementors/json_reference/#lifecycle-scripts). However, if you are familiar with containers, you may want to use a [Dockerfile](/guide/dockerfiles#dockerfile) or [Docker Compose / Compose](/guide/dockerfiles#docker-compose) to customize your environment. This article will walk through how to use these formats with the Dev Container spec.
8+
When creating a development container, you have a variety of different ways to customize your environment like ["Features"](/features) or [lifecycle scripts](/implementors/json_reference/#lifecycle-scripts). However, if you are familiar with containers, you may want to use a [Dockerfile](/guide/dockerfile#dockerfile) or [Docker Compose / Compose](/guide/dockerfile#docker-compose) to customize your environment. This article will walk through how to use these formats with the Dev Container spec.
99

1010
## <a href="dockerfile" name="dockerfile" class="anchor"> Using a Dockerfile </a>
1111

0 commit comments

Comments
 (0)