diff --git a/.markdownlint.yaml b/.markdownlint.yaml index 178e1f7fd65b0..4ee86212623c4 100644 --- a/.markdownlint.yaml +++ b/.markdownlint.yaml @@ -1,4 +1,4 @@ -comment: 'Rules for PingCAP docs' +comment: 'Markdownlint Rules for PingCAP docs' # disable all by default default: false diff --git a/test-deployment-using-docker.md b/test-deployment-using-docker.md index 321c18baf5aba..a9a361d77586a 100644 --- a/test-deployment-using-docker.md +++ b/test-deployment-using-docker.md @@ -7,7 +7,11 @@ aliases: ['/docs/v2.1/test-deployment-using-docker/','/docs/v2.1/how-to/deploy/o # Deploy TiDB Using Docker -This page shows you how to manually deploy a multi-node TiDB cluster on multiple machines using Docker. +> **Warning:** +> +> The Docker deployment method provided in this document is no longer maintained. If you want to test TiDB, it is recommended to refer to [Quick Start Guide for the TiDB Database Platform](https://docs.pingcap.com/tidb/dev/quick-start-with-tidb) for deployment. For **production environment**, **do not use** Docker for deployment, but [deploy TiDB with TiDB Ansible](/online-deployment-using-ansible.md) or [TiDB Operator in Kubernetes](https://docs.pingcap.com/tidb-in-kubernetes/v1.0/deploy-tidb-operator). + +This document shows you how to manually deploy a multi-node TiDB cluster on multiple machines using Docker. To learn more, see [TiDB architecture](/architecture.md) and [Software and Hardware Recommendations](/hardware-and-software-requirements.md).