$ docker run -p8124:80 -v /c:/Work/profile/:/home/profile -u root -it centos/php-73-centos7:7.3 bash bash-4.2# yum install -y https://centos7.iuscommunity.org/ius-release.rpm bash-4.2# yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm bash-4.2# yum install -y http://rpms.remirepo.net/enterprise/remi-release-7.rpm bash-4.2# yum install -y yum-utils bash-4.2# yu..