Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/psi-4ward/hello-world-container

Minimal Alpine PHP7 Hello-World Container
https://github.com/psi-4ward/hello-world-container

Last synced: 22 days ago
JSON representation

Minimal Alpine PHP7 Hello-World Container

Awesome Lists containing this project

README

        

# Hello World Container

[![Docker Automated build](https://img.shields.io/docker/automated/psitrax/hello-world.svg)](https://hub.docker.com/r/psitrax/hello-world/)

Simple Hello World Container

* Outputs Headers, `$_SERVER`, `$_GET`, `$_POST` for every request
* Based on php:8-alpine

![Screen](https://raw.githubusercontent.com/psi-4ward/hello-world-container/master/hello-world.png)

### Usage
```
docker run -p 0.0.0.0:9000:9000 psitrax/hello-world
```