Linux serverNETWORK ADMINISTRATIONS

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

source

centos 8

Leave a Reply

Your email address will not be published. Required fields are marked *