https://github.com/thunder/docker-thunder-php
Base Docker repository for Thunder PHP image
https://github.com/thunder/docker-thunder-php
Last synced: 2 months ago
JSON representation
Base Docker repository for Thunder PHP image
- Host: GitHub
- URL: https://github.com/thunder/docker-thunder-php
- Owner: thunder
- Created: 2019-05-15T15:34:57.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-12T14:31:20.000Z (almost 5 years ago)
- Last Synced: 2025-01-06T16:14:21.337Z (4 months ago)
- Language: Dockerfile
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Base PHP docker image for Thunder CMS
## How to use this image
This image contains PHP libraries required for Thunder CMS, on top of Official PHP Docker image. So you can simply execute:
`docker run -it burda/thunder-php:latest`
and execute some PHP functions. For example:
`echo "Hello from Thunder PHP";`
### How to build image
In base repository directory execute following command to build 7.3-cli variation of image.
`docker build -f 7.3/cli/Dockerfile .`