Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Ubuntu-lamp 环境

后续相关 PHP 环境基础镜像

信息

类型 用户名 密码
Mysql root root

获取环境:

  1. 拉取镜像到本地
$ docker pull medicean/vulapps:base_lamp
  1. 启动环境
$ docker run -d -p 8000:80 medicean/vulapps:base_lamp

-p 8000:80 前面的 8000 代表物理机的端口,可随意指定。