An open API service indexing awesome lists of open source software.

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

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/