Change docker image to container image (#27317)

Closes #27315
This commit is contained in:
andymunro 2024-02-28 07:43:26 -05:00 committed by GitHub
parent 3950b4ed46
commit 773bebbc2b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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]