From 8dc2efccc0fb464cf7a66c587726312985f03e9c Mon Sep 17 00:00:00 2001 From: spwoodcock Date: Mon, 27 Nov 2023 15:33:40 +0000 Subject: [PATCH] docs: correct ref to local server in containers 101 --- docs/dev-guide/containers_101.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev-guide/containers_101.md b/docs/dev-guide/containers_101.md index 7987757..26629f7 100644 --- a/docs/dev-guide/containers_101.md +++ b/docs/dev-guide/containers_101.md @@ -31,7 +31,7 @@ installing directly on your machine. Clean. - Packaging your code for distribution or deployment: written a backend in Django? It can be packaged up into an image and deployed - anywhere that has a container engine. Your laptop, WSL server, + anywhere that has a container engine. Your laptop, local server, AWS, Azureā€¦ you name it. **Containers are now the de-facto way to distribute software.