Skip to content

Commit b8dcb99

Browse files
authored
deprecate: ec2 & docker providers (coder#1167)
* deprecate: ec2 & docker providers * feedback
1 parent f9f726a commit b8dcb99

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

admin/workspace-providers/deployment/docker.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ description: Learn how to deploy a workspace provider to a Docker instance.
44
state: alpha
55
---
66

7+
> This Workspace Provider type is no longer supported in Coder v1. Please use
8+
> [Coder v2](https://coder.com/docs/coder-oss/latest) to use a remote VM as a
9+
> workspace provisioner.
10+
711
This article walks you through the process of deploying a workspace provider to
812
a remote VM instance using Docker.
913

admin/workspace-providers/deployment/ec2.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ description: Learn how to deploy a workspace provider to an EC2 instance.
44
state: alpha
55
---
66

7+
> This Workspace Provider type is no longer supported in Coder v1. Please use
8+
> [Coder v2](https://coder.com/docs/coder-oss/latest) to provision EC2 instances
9+
> as workspaces.
10+
711
This article walks you through the process of deploying a workspace provider to
812
an EC2 instance.
913

0 commit comments

Comments
 (0)