Skip to content

Commit 967826f

Browse files
authored
Merge branch 'main' into AidanDelaney-patch-1
2 parents 62ae30b + 3ca2ad4 commit 967826f

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

content/docs/app-journey.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@ getting-started=true
88

99
In this tutorial, we'll explain how to use `pack` and **buildpacks** to create a runnable app image from source code.
1010

11-
In order to run the build process in an isolated fashion, `pack` uses **Docker**. That means you'll need to make sure you have both `docker` and `pack` installed:
12-
13-
{{< download-button href="https://store.docker.com/search?type=edition&offering=community" color="blue" >}} Install Docker {{</>}}
11+
In order to run the build process in an isolated fashion, `pack` uses **Docker** or a Docker-compatible daemon to create the containers where buildpacks execute.
12+
That means you'll need to make sure you have both `pack` and a daemon installed:
1413

1514
{{< download-button href="/docs/install-pack" color="pink" >}} Install pack {{</>}}
1615

16+
{{< download-button href="https://store.docker.com/search?type=edition&offering=community" color="blue" >}} Install Docker {{</>}} or alternatively, see [this page](/docs/for-app-developers/how-to/special-cases/build-on-podman) about working with `podman`.
17+
1718
> **NOTE:** `pack` is only one implementation of the [Cloud Native Buildpacks Platform Specification][cnb-platform-spec]. Additionally, not all Cloud Native Buildpacks Platforms require Docker.
1819
1920
[cnb-platform-spec]: https://github.com/buildpacks/spec/blob/main/platform.md
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
+++
22
title="Build in custom environments"
33
weight=3
4-
54
include_summaries=true
65
+++

content/docs/for-app-developers/how-to/special-cases/build-for-windows.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ aliases=[
77
weight=2
88
+++
99

10+
You can use buildpacks to build container images that run Windows containers on Windows (WCOW).
11+
12+
This page is not relevant if your host machine is Windows but you are running Linux containers on Windows (LCOW);
13+
in this case, no special configuration is required.
14+
1015
<!--more-->
1116

1217
> **EXPERIMENTAL** Windows support is experimental!

content/docs/for-app-developers/how-to/special-cases/export-to-oci-layout.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ aliases=[
55
"/docs/features/experimental/export-to-oci-layout"
66
]
77
weight=3
8+
summary="The OCI Image Layout is the directory structure for OCI content-addressable blobs and location-addressable references."
89
+++
910

1011
<!--more-->

0 commit comments

Comments
 (0)