Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ We've made our deployment configurations open source to better serve our custome

## Pure-Docker Sourcegraph cluster deployment reference

> ⚠️ **Deprecation Notice:** The pure-Docker deployment method is planned for deprecation.

What if your organization wants a multi-machine deployment without using Kubernetes?
What if you use a different container management platform, for example?
Anyone using a container management platform other than Kubernetes (Netflix's [Titus](https://netflix.github.io/titus/), Apache's [Mesos](http://mesos.apache.org/documentation/latest/docker-containerizer/), etc.) can use our [Pure-Docker Sourcegraph cluster deployment reference](./pure-docker/README.md) to deploy Sourcegraph.
Expand Down
2 changes: 2 additions & 0 deletions pure-docker/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Pure-Docker Sourcegraph cluster deployment reference

> ⚠️ **Deprecation Notice:** The pure-Docker deployment method is planned for deprecation.

## Deploying

First clone the repository, then:
Expand Down
Loading