Docker CE
Install Docker CE and Docker Compose.
First, place your username in a text file in the /root directory with this echo
command below.
echo "mydesktopusername" > /root/DEFAULT_DESKTOP_USERNAME.txt
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
More about Docker CE
Read more about the Docker project at:
https://docs.docker.com/get-started/