From 861aa1574a3d6839081bfc1bc9ffd5e517ac49bc Mon Sep 17 00:00:00 2001 From: Shaun Brown Date: Tue, 5 Apr 2022 10:29:07 +0200 Subject: [PATCH 1/2] Added caution call out --- .../latest/setup-deployment-guides/installation/docker.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/developer-docs/latest/setup-deployment-guides/installation/docker.md b/docs/developer-docs/latest/setup-deployment-guides/installation/docker.md index 8a969f99a3..7ecc185cec 100644 --- a/docs/developer-docs/latest/setup-deployment-guides/installation/docker.md +++ b/docs/developer-docs/latest/setup-deployment-guides/installation/docker.md @@ -6,6 +6,14 @@ canonicalUrl: https://docs.strapi.io/developer-docs/latest/setup-deployment-guid # Installing using Docker +:::caution +This Docker image is only for Strapi v3. For now, Strapi will not update the image for v4. +However, to build an image compatible with Strapi v4, we recommend following this guide by Simen Daehlin, Community Star at Strapi, . + +If you would like an official v4 image, please share it on the [roadmap](https://feedback.strapi.io/developer-experience). + +::: + The following documentation will guide you through the installation of a new Strapi project using [Docker](https://www.docker.com/). Docker is an open platform that allows to develop, ship and run applications by using containers (i.e. packages containing all the parts an application needs to function, such as libraries and dependencies). From bb43b7cbcd878f688002861dc32f86164f3c967c Mon Sep 17 00:00:00 2001 From: Shaun Brown Date: Tue, 26 Apr 2022 14:03:17 +0200 Subject: [PATCH 2/2] update link style --- .../latest/setup-deployment-guides/installation/docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer-docs/latest/setup-deployment-guides/installation/docker.md b/docs/developer-docs/latest/setup-deployment-guides/installation/docker.md index 7ecc185cec..a6e43e833f 100644 --- a/docs/developer-docs/latest/setup-deployment-guides/installation/docker.md +++ b/docs/developer-docs/latest/setup-deployment-guides/installation/docker.md @@ -8,7 +8,7 @@ canonicalUrl: https://docs.strapi.io/developer-docs/latest/setup-deployment-guid :::caution This Docker image is only for Strapi v3. For now, Strapi will not update the image for v4. -However, to build an image compatible with Strapi v4, we recommend following this guide by Simen Daehlin, Community Star at Strapi, . +However, to build an image compatible with Strapi v4, we recommend following [this guide](https://blog.dehlin.dev/docker-with-strapi-v4) by Simen Daehlin, Community Star at Strapi. If you would like an official v4 image, please share it on the [roadmap](https://feedback.strapi.io/developer-experience).