https://github.com/behringer24/wsbackport
A simple Dockerfile for a webserver suitable for getting your classic code containerized in docker. Based on Debian 10-slim Buster, Apache 2 and PHP 5.6
https://github.com/behringer24/wsbackport
Last synced: 5 months ago
JSON representation
A simple Dockerfile for a webserver suitable for getting your classic code containerized in docker. Based on Debian 10-slim Buster, Apache 2 and PHP 5.6
- Host: GitHub
- URL: https://github.com/behringer24/wsbackport
- Owner: behringer24
- License: mit
- Created: 2020-02-05T16:54:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-06T10:22:18.000Z (over 6 years ago)
- Last Synced: 2025-01-24T15:41:51.227Z (over 1 year ago)
- Language: Dockerfile
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wsbackport
A simple Dockerfile for a webserver suitable for getting your classic code containerized in docker. Based on Debian 10-slim Buster, Apache 2 and PHP 5.6
## Goal
This image provides a well known environment if you are familiar with setting up your application on Debian based Linux servers with Apache 2. This Image also provides PHP 5.6 to enable you running older PHP code that needs to be ported to PHP 7.x.
## Considerations
I do not recommend running your code on PHP 5.6, I provide this image to help you containerizing your legacy application and continue updating your application to run with newer distributions.
This container is based on a full Debian 10 Buster (slim). There are smaller base images available and this is also only to get your application containerized as easy as possible.