diff --git a/docs/layers/project/toolbox.mdx b/docs/layers/project/toolbox.mdx index 70f742c22..0cba0a4d2 100644 --- a/docs/layers/project/toolbox.mdx +++ b/docs/layers/project/toolbox.mdx @@ -37,7 +37,7 @@ Geodesic is a powerful Linux toolbox container designed to optimize DevOps workf ## Building the Toolbox Image -Build the Geodesic infrastructure container. This is a container that has all the tools for building the app. It's built from the `Dockerfile` using a `Makefile`. We customize both for your organization, but please see the following examples for reference. +Build a Geodesic infrastructure container. This container that has all the tools like terraform and atmos for building infrastructure. It's built from the `Dockerfile` and there are some predefined targets defined in the `Makefile` to make this easy. Customize these for your organization. Here are examples of both for reference. {PartialDockerfile}