Skip to content

Commit 2c60f02

Browse files
committed
README: discuss how to use quay.io
1 parent d326648 commit 2c60f02

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ printf "alias composer80='docker run -it --rm --name php80 --user \$(id -u):\$(i
2020

2121
At this point you'll be able to do `php80 test.php` to run PHP scripts using the 8.0 container or `composer80 require phpseclib/phpseclib:^3.0` to run Composer using the 8.0 container
2222

23+
If you want to run PHP 8.1+ the above will need to be preceeded with the following:
24+
25+
```
26+
docker pull "quay.io/phpseclib/php8.1"
27+
docker image tag "quay.io/phpseclib/php8.1" "phpseclib/php8.1"
28+
```
29+
2330
## Notes on the available extensions
2431

2532
**ssh2**

0 commit comments

Comments
 (0)