Skip to content

Commit 4ec9032

Browse files
Add data-loss warning to top of docker instructions (#1879)
* Update docker.md with warning * change to danger Co-authored-by: Pierre Wizla <[email protected]> --------- Co-authored-by: Pierre Wizla <[email protected]>
1 parent 4a9bd03 commit 4ec9032

File tree

1 file changed

+4
-0
lines changed
  • docusaurus/docs/dev-docs/installation

1 file changed

+4
-0
lines changed

docusaurus/docs/dev-docs/installation/docker.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ import DockerEnvTable from '/docs/snippets/docker-env-table.md'
1212
Strapi does not build any official container images. The following instructions are provided as a courtesy to the community. If you have any questions please reach out on [Discord](https://discord.strapi.io).
1313
:::
1414

15+
:::danger
16+
Strapi applications are not meant to be connected to a pre-existing database, not created by a Strapi application, nor connected to a Strapi v3 database. The Strapi team will not support such attempts. Attempting to connect to an unsupported database may, and most likely will, result in lost data such as dropped tables.
17+
:::
18+
1519
The following documentation will guide you through building a custom [Docker](https://www.docker.com/) container with an existing Strapi project.
1620

1721
Docker is an open platform that allows developing, shipping, and running applications by using containers (i.e. packages containing all the parts an application needs to function, such as libraries and dependencies). Containers are isolated from each other and bundle their own software, libraries, and configuration files; they can communicate with each other through well-defined channels.

0 commit comments

Comments
 (0)