Skip to content

Commit 9ff5d62

Browse files
committed
chore: add production usage disclaimer
1 parent 3efc22c commit 9ff5d62

File tree

1 file changed

+4
-0
lines changed
  • registry/coder-labs/templates/docker-build

1 file changed

+4
-0
lines changed

registry/coder-labs/templates/docker-build/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ tags: [docker, container, dockerfile]
88

99
# Remote Development on Docker Containers (Build from Dockerfile)
1010

11+
> [!NOTE]
12+
> This template is designed to be a starting point for testing purposes.
13+
> In a production environment, you would want to move away from storing the Dockerfile in-template and move towards using a centralized image registry.
14+
1115
Build and provision Docker containers from a Dockerfile as [Coder workspaces](https://coder.com/docs/workspaces) with this example template.
1216

1317
This template builds a custom Docker image from the included Dockerfile, allowing you to customize the development environment by modifying the Dockerfile rather than using a pre-built image.

0 commit comments

Comments
 (0)