Skip to content

Commit ca333a6

Browse files
authored
Merge pull request #150 from OpenLiberty/staging
Merge staging to prod - Update instruction to clarify Podman initialization in rootful mode on Windows for reading container IPs (#144)
2 parents 2498fef + a0a41e1 commit ca333a6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ with each other in different containers.
5454

5555
Before you begin, Podman needs to be installed. For installation instructions, refer to the https://podman.io/docs/installation[official Podman documentation^]. You will build and run the microservices in containers.
5656

57-
If you are running Mac or Windows, make sure to start your Podman-managed VM before you proceed.
57+
If you are running Mac or Windows, make sure to initialize and start your Podman-managed VM before you proceed.
58+
59+
On Windows, Podman runs in rootless mode by default, which does not assign a container IP address. Because the `system` and `inventory` microservices need to communicate between containers, you must initialize Podman in https://docs.podman.io/en/latest/markdown/podman-machine-init.1.html#rootful[rootful^] mode to enable proper networking.
5860

5961
///////////////////////////
6062
// Getting started

0 commit comments

Comments
 (0)