diff --git a/content/docs/for-app-developers/how-to/build-outputs/inspect-app.md b/content/docs/for-app-developers/how-to/build-outputs/inspect-app.md index b9960fd61..3403c60a1 100644 --- a/content/docs/for-app-developers/how-to/build-outputs/inspect-app.md +++ b/content/docs/for-app-developers/how-to/build-outputs/inspect-app.md @@ -53,7 +53,7 @@ dive multi-process-app The output should look similar to the following: -PLACEHOLDER +![dive output for the multi-process-app image](/images/dive-inspect-app.png) As seen in the preceding output, you're presented with `Layers`, `Layer Details`, `Image Details`, and `Current Layer Contents`. To view the contents or explore the file tree of any layer, you need to select the layer on the left using the arrow keys. diff --git a/themes/buildpacks/static/images/dive-inspect-app.png b/themes/buildpacks/static/images/dive-inspect-app.png new file mode 100644 index 000000000..aaa56a963 Binary files /dev/null and b/themes/buildpacks/static/images/dive-inspect-app.png differ