मैं इस लिंक का उपयोग करके इंस्टॉल Docker CE
करने RHEL
का प्रयास कर रहा हूं । यह मेरा RHEL संस्करण है:
Red Hat Enterprise Linux Server release 7.3 (Maipo)
जब मैं इस पर अमल करता हूं:
sudo yum -y install docker-ce
मुझे यह त्रुटि मिल रही है:
Error: Package: docker-ce-17.06.0.ce-1.el7.centos.x86_64 (docker-ce-stable)
Requires: container-selinux >= 2.9
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
मैंने प्रयोग करने की कोशिश की --skip-broken
और rpm -Va --nofiles --nodigest
फिर से वही त्रुटि हो रही है। कृपया मुझे बताएं कि इस मुद्दे को कैसे हल किया जाए और आरएचईएल 7.3 में डॉकर सीई स्थापित करें।