You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/getting-started/01-installation/general-installation/installation-community-containerized.markdown
The instructions in this guide describe how to download and install the latest version of CFEngine Community in a Docker containerized environment using pre-compiled rpm packages and ubi9 images.
9
+
The instructions in this guide describe how to download and install the latest version of CFEngine Community in a Docker containerized environment using pre-compiled rpm packages and ubi10 images.
10
10
11
11
This guide describes how to set up a client-server model with CFEngine and, through policy, manage both containers.
12
12
13
13
Docker containers will be created, one container to be the Policy Server (server), and another container that will be the Host Agent (client).
14
14
15
-
Both the containers will run **_ubi9-init_** images and communicate on a container network.
15
+
Both the containers will run **_ubi10-init_** images and communicate on a container network.
16
16
Upon completion, you are ready to start working with CFEngine.
17
17
18
18
## Requirements
@@ -49,7 +49,7 @@ OR
49
49
Run the container with systemd
50
50
51
51
```command
52
-
docker run --privileged -dit --name=cfengine-hub registry.access.redhat.com/ubi9-init /usr/sbin/init
52
+
docker run --privileged -dit --name=cfengine-hub registry.access.redhat.com/ubi10-init /usr/sbin/init
The procedure to setup **cfengine-host** is similar to the **cfengine-hub** deployment. The changes are to the name of the host container for better identification and bootstrap IP of the **cfengine-hub**.
76
76
77
77
```command
78
-
docker run --privileged -dit --name=cfengine-host registry.access.redhat.com/ubi9-init /usr/sbin/init
78
+
docker run --privileged -dit --name=cfengine-host registry.access.redhat.com/ubi10-init /usr/sbin/init
- [RedHat Universal Base Image (UBI)](https://www.redhat.com/en/blog/introducing-red-hat-universal-base-image)
302
302
- [Using the UBI init images](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html-single/building_running_and_managing_containers/index#using-the-ubi-init-images_assembly_adding-software-to-a-ubi-container)
0 commit comments