Skip to content
This repository has been archived by the owner on Sep 22, 2020. It is now read-only.

CTFTraining/base_image_nginx_mysql_php_56

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NEW

Base Image LNMP

  • L: Linux alpine
  • N: Nginx
  • M: MySQL
  • P: PHP 5.6.38
  • PHP MySQL Ext
    • mysql
    • mysqli

Usage

ENV

  • FLAG=CTFTraining{nginx_mysql_php_56}
  • FLAG_TABLE=flagtable
  • FLAG_COLUMN=flagcolumn

Files

  • src 网站源码
    • db.sql 数据库文件
    • index.php
    • ...etc
  • Dockerfile
  • docker-compose.yml 可选

Dockerfile

FROM ctftraining/base_image_nginx_mysql_php_56

COPY src /var/www/html

# 自定义 flag 方式
# COPY flag.sh /flag.sh