https://github.com/mikesir87/docker-env-lamp-stack
A base template/dev environment for a LAMP stack
https://github.com/mikesir87/docker-env-lamp-stack
Last synced: about 2 months ago
JSON representation
A base template/dev environment for a LAMP stack
- Host: GitHub
- URL: https://github.com/mikesir87/docker-env-lamp-stack
- Owner: mikesir87
- Created: 2022-06-22T20:23:11.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-06T17:55:41.000Z (almost 3 years ago)
- Last Synced: 2025-04-01T15:54:15.474Z (about 2 months ago)
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker Environment - LAMP Stack
This repo provides a Docker environment base for a basic LAMP stack.
## The Environment
When spinning up the environment, a container (`lamp-dev`) will serve as the base container for development. It has the following utilities installed:
- A `mysql` client installed in case CLI-based debugging is required
- The `docker` CLI for testing with Docker
- The `php` engine for testing## TODO
It would be great to add the following:
- Ability to set breakpoints and step through code (using xdebug). Started this, but haven't finished yet.