Deploy the Red Hat Offline Knowledge Portal on your network
Deploy the Red Hat Offline Knowledge Portal on your on-premise private network or offline network so that you can share the Red Hat information library with multiple users.
Before you begin
An x86_64 or aarch64 hardware platform.
Your Customer Portal, Red Hat Developer, or registry service account credentials. These credentials are required to pull the Red Hat Offline Knowledge Portal container image from registry.redhat.io. To create a registry service account, go to the This content is not included.Registry Service Account page.
Internet access to download the Red Hat Offline Knowledge Portal image. Internet access is not needed to access the Red Hat Offline Knowledge Portal after it is deployed.
An open container initiative (OCI) runtime tool to deploy the Red Hat Offline Knowledge Portal. Podman is the OCI tool developed by Red Hat engineers and used in this procedure. For information about installing Podman, see the Content from podman.io is not included.Podman website.
One or more pods that meet the minimum requirements:
Resources per pod
CPU
Memory
Disk
Minimum
1 core
1 GB
50 GB
Recommended
2 core
2 GB
75 GB
About this task
You must connect to the internet to download the Red Hat Offline Knowledge Portal container image. Then, if you are deploying the Red Hat Offline Knowledge Portal on an offline network, you can transfer the image to your disconnected environment by using the secure methods specified by your organization.
Procedure
Use Podman to download the Red Hat Offline Knowledge Portal:
Enter the following command in a terminal and use your Customer Portal, Red Hat Developer, or registry service account credentials to log in to registry.redhat.io:
Optional: Get your Red Hat Offline Knowledge Portal access key:
The access key unlocks the knowledgebase content and search index. Without an access key, you can still launch the Red Hat Offline Knowledge Portal with limited functionality. For more information, see Launch the Red Hat Offline Knowledge Portal without an access key.
Note:
A Red Hat Satellite subscription is required to generate the access key, however, you do not need to install Red Hat Satellite.
Specifies the access key that you generated in the previous step. Without the correct access key, you cannot view encrypted content or use certain features, such as search.
If you are using your own SSL/TLS certificates instead of the default, -v ./httpd-ssl:/opt/app-root/httpd-ssl:Z \ mounts a volume for the SSL/TLS certificates in your local httpd-ssl/ directory.