From 5f2deee6d5863c2a5556e7d908ca2b9a54967579 Mon Sep 17 00:00:00 2001 From: johnson2427 <37009091+johnson2427@users.noreply.github.com> Date: Mon, 19 Aug 2024 15:05:22 -0500 Subject: [PATCH] fix: update README.md Co-authored-by: El De-dog-lo <3859395+fubuloubu@users.noreply.github.com> --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 05f552f70d..4f982bdb9b 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,10 @@ There are three ways to install ape: `pipx`, `pip`, or `Docker`. Ape can also run in a docker container. You can pull our images from [ghcr](https://ghcr.io/apeworx/ape). -We currently have a `slim` docker image that is built without any installed plugins, as well as an image that is built with all plugins included from our `recommended-plugins` extra. +This image is built using our `recommended-plugins` extra, so it is a great starting point for running ape in a containerized environment. + +We also have a `slim` docker image that is built without any installed plugins. +This image is meant for production support and must be further configured if any plugins are in use. You can pull the image: