Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 697 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 697 Bytes

Alpine NGINX-PHP7 Web Server

Introduction

This is the template alpine nginx+php8 web server image of the Hacking-Lab CTF system

Base

  • hackinglab/alpine-base:latest

Specifications

  • with s6 startup handling
  • with dynamic user creation
  • with or without known passwords for root and non-root user
  • with env based dynamic ctf flag handling
  • with file based dynamic ctf flag handling
  • serving files by nginx+php8 in /opt/www

Build & Test

docker-compose up

or

bash build.sh

browse to http://localhost/

Testing only (without building)

  1. docker pull hackinglab/alpine-nginx-php:latest
  2. docker compose -f docker-compose.yml up
  3. browse to http://localhost/