From 0930b78d1962c29d3ea8375780e50e1fd7a4f305 Mon Sep 17 00:00:00 2001 From: Andre Wanlin <67169551+awanlin@users.noreply.github.com> Date: Wed, 21 May 2025 07:40:28 -0500 Subject: [PATCH] Update docs/deployment/docker.md Co-authored-by: Aramis Sennyey <159921952+aramissennyeydd@users.noreply.github.com> Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com> --- docs/deployment/docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deployment/docker.md b/docs/deployment/docker.md index e8929db334..83f8cff6ea 100644 --- a/docs/deployment/docker.md +++ b/docs/deployment/docker.md @@ -13,7 +13,7 @@ This section describes how to build a Backstage App into a deployable Docker ima This guide assumes your have a basic understanding of Docker and how it works. If you are new to Docker, you can start with the [Docker overview](https://docs.docker.com/get-started/overview/) guide. -You'all also want to complete the following prerequisites: +You'll also want to complete the following prerequisites: 1. Created an app following the [Getting Started guide](../getting-started/index.md) 2. Setup an auth provider, the [Authentication guide](../getting-started/config/authentication.md) is a good starting point for this, the default [Guest auth provider](../auth/guest/provider.md) is not intended for use in containerized environments