I am attempting to install Docker on an AWS EC2 instance that has RHEL 7.3. I get - ec2-user@ip-172-31-14-68:~$ sudo yum install -y docker Loaded plugins: amazon-id, rhui-lb, search-disabled-repos No package docker available. Error: Nothing to do
I then looked up on the website and found that Docker Community Edition is not supported on RHEL. https://docs.docker.com/engine/installation/linux/docker-ee/rhel/
What OS is it supported on ? Ubuntu, CentOS ?
Thanks