Create a backup
Create a backup file named /root/backup.tar.bz2, contains the content of /usr/local, tar must use bzip2 to compress.
Create a user alex with a userid of 3400. The password for this user should be redhat.
Configure the system synchronous as 172.24.40.10.
Part 1 (on Node1 Server)
Task 15 [Running Containers]
Create a container named logserver with the image rhel8/rsyslog found from the registry registry.domain15.example.com:5000
The container should run as the root less user shangrila. use redhat as password [sudo user]
Configure the container with systemd services as the shangrila user using the service name, “container-logserver” so that it can be persistent across reboot.
Use admin as the username and admin123 as the credentials for the image registry.