Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/psi-4ward/hello-world-container
- Owner: psi-4ward
- Created: 2016-04-06T08:30:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-10-14T16:44:55.000Z (about 3 years ago)
- Last Synced: 2024-12-09T08:46:49.732Z (25 days ago)
- Language: PHP
- Size: 229 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```