From 773bebbc2b50810ab3e3874999ac6761db6c38f2 Mon Sep 17 00:00:00 2001 From: andymunro <48995441+andymunro@users.noreply.github.com> Date: Wed, 28 Feb 2024 07:43:26 -0500 Subject: [PATCH] Change docker image to container image (#27317) Closes #27315 --- docs/guides/server/containers.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/guides/server/containers.adoc b/docs/guides/server/containers.adoc index e20cc28bca..55e7644ca1 100644 --- a/docs/guides/server/containers.adoc +++ b/docs/guides/server/containers.adoc @@ -120,15 +120,15 @@ This approach uses a chroot, `+/mnt/rootfs+`, so that only the packages you spec WARNING: Some packages have a large tree of dependencies. By installing new RPMs you may unintentionally increase the container's attack surface. Check the list of installed packages carefully. -=== Building the docker image -To build the actual docker image, run the following command from the directory containing your Dockerfile: +=== Building the container image +To build the actual container image, run the following command from the directory containing your Dockerfile: [source,bash] ---- podman|docker build . -t mykeycloak ---- -=== Starting the optimized {project_name} docker image +=== Starting the optimized {project_name} container image To start the image, run: [source, bash]