Managing Containers with RHEL 8 Console
See how to manage containers with the RHEL web console (cockpit). In RHEL 8, cockpit comes included but you can install it with the following commands.
yum install -y cockpit
sudo systemctl enable –now cockpit.socket
firewall-cmd –add-service=cockpit –permanent
firewall-cmd –reload
centos 8