Docker CE
Install Docker CE and Docker Compose
yum -y install http://pbase-foundation.com/pbase-repo.rpmyum -y install pbase-preconfig-docker-ceyum -y install pbase-docker-ce
Here's some example commands of setting up the Portainer UI with docker.
docker pull portainer/portainerdocker run -d -p 9000:9000 -v /var/run/docker.sock:/var/run/docker.sock portainer/portainerdocker pull centosdocker run -it centos