

Install cockpit-docker with the following: CentOS 7 yum install -y cockpit-dockerĭebian/Ubuntu sudo apt-get -y install cockpit-docker

Ubuntu 17.04 and Later (Cockpit is Included) sudo apt-get install cockpit If needed, open the firewall to the cockpit service: sudo firewall-cmd -permanent -zone=public -add-service=cockpitĭebian 9 echo 'deb stretch-backports main' > /etc/apt//backports.list

Install Cockpit with the following: CentOS 7 (Cockpit is Included) sudo yum install cockpit If you are not sure, you can verify using: If not installed, you can follow our guides to install on CentOS, Debian, or Ubuntu.

Here is the output Packages skipped because of dependency problems:Īudit-libs-python-2.3.86_64 from RHEL-67-x86_64ĭocker-engine-1.9.86_64 from dockerrepoĭocker-engine-selinux-1.9. from dockerrepo You could try running: rpm -Va -nofiles -nodigestĪs per the suggestion I tried to run the command sudo yum install docker-engine -skip-broken You could try using -skip-broken to work around the problem Requires: libsystemd-journal.so.0(LIBSYSTEMD_JOURNAL_195)(64bit) Requires: libsystemd-journal.so.0(LIBSYSTEMD_JOURNAL_196)(64bit)Įrror: Package: docker-engine-1.9.86_64 (dockerrepo) I get the following error Error: Package: docker-engine-1.9.86_64 (dockerrepo) When I run the command sudo yum install docker-engine I am following the documentation to install docker on RHEL 6.7.
