You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/app-developer-guide/build-a-windows-app.md
+29-7Lines changed: 29 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,18 +4,15 @@ weight=2
4
4
summary="The basics of taking your Windows app from source code to runnable image."
5
5
+++
6
6
7
-
> **EXPERIMENTAL:**
8
-
>
9
-
> - Please note that **Windows container support is currently experimental**. You may be asked to enable experimental features in `pack` when running the following commands. Simply follow the on-screen instructions to do so.
10
-
> - If you encounter any problems while experimenting, we'd love for you to let us know by filing an issue on the [pack][pack-issues] or [lifecycle][lifecycle-issues] repo.
7
+
### Precursor
11
8
12
-
### Recommended reading
9
+
####Recommended reading
13
10
14
11
Before trying out builds for Windows images, we recommend following the [Linux image tutorial][app-journey] under [Getting Started][getting-started]. Don't worry, you can still run it on a Windows OS if you need to -- just make sure to [enable Linux containers][container-mode] for Docker first.
15
12
16
13
When you're done, head back here.
17
14
18
-
### Enable Windows container mode
15
+
####Enable Windows container mode
19
16
20
17
In order to produce Windows container images, ensure [Windows container mode][container-mode] is enabled in your Docker settings (available only in Docker for Windows).
21
18
@@ -25,6 +22,28 @@ Then, building a Windows app using Cloud Native Buildpacks is nearly identical t
25
22
>
26
23
> `pack` can build Windows apps using a remote Windows Docker by setting a `DOCKER_HOST`. [Learn more](#using-remote-docker-hosts)
27
24
25
+
---
26
+
27
+
### 0. Determine Windows Version
28
+
29
+
Before we can start, we'll want to match your Windows environment.
0 commit comments