yum update
yum install -y docker-io
bin/build nginx
bin/build php
bin/start
bin/copytocontainer --all
docker-compose restart app
参考
yum update
yum install -y docker-io
bin/build nginx
bin/build php
bin/start
bin/copytocontainer --all
docker-compose restart app
参考