Add information for official container registry
And some minor edits.
parent
f318d54489
commit
6a8ea1f581
1 changed files with 17 additions and 5 deletions
|
@ -1,15 +1,27 @@
|
||||||
# Building the Image
|
# Container Images
|
||||||
|
|
||||||
|
This document shows where to find the official container images as well as how to build your own image.
|
||||||
|
|
||||||
|
## Official Registry
|
||||||
|
|
||||||
|
[Official container images](https://code.fosterhangdaan.com/foster/-/packages/container/arch-packaging-container/versions) are provided for use with container orchestration tools such as [Podman](https://podman.io/):
|
||||||
|
|
||||||
|
```sh
|
||||||
|
podman pull code.fosterhangdaan.com/foster/arch-packaging-container:latest
|
||||||
|
```
|
||||||
|
|
||||||
|
## Building the Image
|
||||||
|
|
||||||
Instructions on how to build the container image.
|
Instructions on how to build the container image.
|
||||||
|
|
||||||
## Prerequisites
|
### Prerequisites
|
||||||
|
|
||||||
Install an
|
Install an
|
||||||
[OCI](https://en.wikipedia.org/wiki/Open_Container_Initiative)-compliant
|
[OCI](https://en.wikipedia.org/wiki/Open_Container_Initiative)-compliant
|
||||||
container management tool: [Podman](https://podman.io/) or
|
container management tool: [Podman](https://podman.io/docs/installation) or
|
||||||
[Docker](https://www.docker.com/).
|
[Docker](https://docs.docker.com/get-started/get-docker/).
|
||||||
|
|
||||||
## Procedure
|
### Procedure
|
||||||
|
|
||||||
1. Clone the repository:
|
1. Clone the repository:
|
||||||
|
|
Loading…
Add table
Reference in a new issue