-
Notifications
You must be signed in to change notification settings - Fork 139
Building CA Container
Endi S. Dewata edited this page Aug 20, 2022
·
10 revisions
This page describes the procedure to build PKI CA container.
To install Podman:
$ dnf install podman
To install Docker:
$ dnf install docker
The CA Dockerfile is located at base/ca/Dockerfile.
To build with Podman:
$ podman build \ -f base/ca/Dockerfile \ -t pki-ca \ .
To build with Docker:
$ docker build \ -f base/ca/Dockerfile \ -t pki-ca \ .
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |