|
1 | | -// Copyright (c) 2022, 2024 IBM Corporation and others. |
| 1 | +// Copyright (c) 2022, 2025 IBM Corporation and others. |
2 | 2 | // Licensed under Creative Commons Attribution-NoDerivatives |
3 | 3 | // 4.0 International (CC BY-ND 4.0) |
4 | 4 | // https://creativecommons.org/licenses/by-nd/4.0/ |
@@ -52,7 +52,7 @@ with each other in different containers. |
52 | 52 |
|
53 | 53 | == Additional prerequisites |
54 | 54 |
|
55 | | -Before you begin, Podman needs to be installed. For installation instructions, refer to the https://podman.io/getting-started/installation[official Podman documentation^]. You will build and run the microservices in containers. |
| 55 | +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. |
56 | 56 |
|
57 | 57 | If you are running Mac or Windows, make sure to start your Podman-managed VM before you proceed. |
58 | 58 |
|
@@ -194,7 +194,7 @@ A `Containerfile` file is a collection of instructions for building a container |
194 | 194 | The `podman build` command uses Buildah to build your container image. As each instruction in a `Containerfile` file runs, a new image layer is created. |
195 | 195 | These layers, which are known as intermediate images, are created when a change is made to your container image. |
196 | 196 |
|
197 | | -Learn more about Podman on the https://podman.io/getting-started/[official Podman page^]. |
| 197 | +Learn more about Podman on the https://podman.io/get-started[official Podman page^]. |
198 | 198 |
|
199 | 199 | === Creating your Containerfile files |
200 | 200 | You will be creating two container images to run the `inventory` service and `system` service. The first step is to create `Containerfile` files for both services. |
|
0 commit comments