https://github.com/edenreich/raspberry-php
PHP7.0-FPM docker image for raspberry ARM architecture
https://github.com/edenreich/raspberry-php
Last synced: 7 months ago
JSON representation
PHP7.0-FPM docker image for raspberry ARM architecture
- Host: GitHub
- URL: https://github.com/edenreich/raspberry-php
- Owner: edenreich
- Created: 2018-05-10T17:26:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-12T15:31:40.000Z (over 7 years ago)
- Last Synced: 2025-01-16T16:42:54.287Z (9 months ago)
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Raspberry Pi PHP
Raspberry PI docker image container running PHP7.0-FPM.
## Installed
- Git
- Composer
- PHP 7.0 FPM## Requirements
- docker-cli
## Usage
On the command line:
```sh
docker run -it -d -p 9000:9000 --name php -w /var/www/html edenr/raspberry-php
```To enter:
```sh
docker exec -it php bash
```## Links
- https://hub.docker.com/r/edenr/raspberry-php/