/balena-php-hello-world

Git push a dockerized PHP application to a Balena device (e.g.: Raspberri Pi).

Primary LanguagePHP

resin-php-hello-world

This is a barebone resin.io project to demonstrate running PHP code. This project aims to allow our builders to build containers for multiple architectures from one code repository, by implementing simple Dockerfile templates.

FROM resin/%%RESIN_MACHINE_NAME%%-debian

For an explanation of how resin.io uses Dockerfiles check out the Dockerfile guide. Additionally, if you want to learn how to optimise your Dockerfile, check out Optimise your Build.