Setup my first pipeline using Jenkin's Ocean Blue on a EC2 RHEL 8 instance and when attempting to run docker commands (such as as docker pull maven:3.6.2-jdk-14) as the jenkins user the following error is always returned No subuid ranges found for user "jenkins" in /etc/subuid
From a bit of research it seems I need to add the jenkins user to /etc/subuid and /etc/subgid but I'm unsure how to do this or what to add. Any help will be much appreciated.