These Docker environments are concrete examples of Relay's installation instruction.
You may specify the Relay version/build for non-package (APT/YUM) Docker examples:
docker build --pull --tag relay-alpine --file alpine.Dockerfile --build-arg RELAY=v0.9.1 .To install the nightly developments builds use the dev version:
docker build --pull --tag relay-alpine --file alpine.Dockerfile --build-arg RELAY=dev .docker build --pull --tag relay-amazon2 --file al2.Dockerfile .
docker run -it relay-amazon2 bash
$ php --ri relaydocker build --pull --tag relay-amazon2023 --file al2023.Dockerfile .
docker run -it relay-amazon2023 bash
$ php --ri relaydocker build --pull --tag relay-alpine --file alpine.Dockerfile .
docker run -it relay-alpine sh
$ php --ri relaydocker build --pull --tag relay-apache2 --file apache2.Dockerfile .
docker run -it relay-apache2 bash
$ php --ri relaydocker build --pull --tag relay-arch --file arch.Dockerfile .
docker run -it relay-arch bash
$ php --ri relaydocker build --pull --tag relay-frankenphp --file frankenphp.Dockerfile --build-arg RELAY=dev .
docker run -it relay-frankenphp bash
$ php --ri relaydocker build --pull --tag relay-mint21 --file mint21.Dockerfile .
docker run -it relay-mint21 bash
$ php --ri relaydocker build --pull --tag relay-sle15 --file sle15.Dockerfile .
docker run -it relay-sle15 bash
$ php --ri relayThis image uses mlocati/php-extension-installer to install the extension.
docker build --pull --tag relay-php-cli --file php-cli.Dockerfile .
docker run -it relay-php-cli bash
$ php --ri relay