From 41d8f27d8f856271a4c97754282d3ea1c1117514 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Wed, 22 Feb 2023 17:52:42 +0100 Subject: [PATCH] docs: do not mention DockerHub anymore (#21101) Fixes https://github.com/microsoft/playwright/issues/21095 --- docs/src/docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/docker.md b/docs/src/docker.md index 3a4888f9eb..701223f4bf 100644 --- a/docs/src/docker.md +++ b/docs/src/docker.md @@ -9,7 +9,7 @@ title: "Docker" ## Usage -This Docker image is published on [Docker Hub]. +This Docker image is published to [Microsoft Artifact Registry]. :::info This Docker image is intended to be used for testing and development purposes only. It is not recommended to use this Docker image to visit untrusted websites.