lamp - docker Integrated Mirroring

docker image, lamp environment

  CentOS

  apache

  mysql

  php

  

#Pull

 docker pull ccr.ccs.tencentyun.com/lamp/lamp:latest 


#run

 docker run --privileged -tid -p 3306:3306 -p 80:80 --name=lamp lamp:latest /usr/sbin/init 


# Visit http: // host ip

 

Guess you like

Origin www.cnblogs.com/killall007/p/11291963.html