summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorArtem Konev <41629299+artemkonev@users.noreply.github.com>2023-07-25 09:45:04 +0100
committerAlejandro Colomar <alx@nginx.com>2023-08-01 16:06:36 +0200
commit142006528dbe77eba69a90e7f743eaf65c998592 (patch)
tree199d8717585ec45d074a24b3dfeda60a35c43b09 /README.md
parentd0fdf5971f47a4f12c56f13691abb6e9980b0707 (diff)
downloadunit-142006528dbe77eba69a90e7f743eaf65c998592.tar.gz
unit-142006528dbe77eba69a90e7f743eaf65c998592.tar.bz2
Update README.md for Docker Official Image.
[Liam: rewrote commit message] Acked-by: Liam Crilly <liam@nginx.com> Cc: Andrew Clayton <a.clayton@nginx.com> Signed-off-by: Alejandro Colomar <alx@nginx.com>
Diffstat (limited to '')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 32fe448b..badd2391 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,7 @@ For details and available language packages, see the
### Docker
``` console
-$ docker pull docker.io/nginx/unit
+$ docker pull unit
```
For a description of image tags, see the
@@ -71,6 +71,11 @@ For details and available language packages, see the
## Running a Hello World App
+Unit runs apps in a
+[variety of languages](https://unit.nginx.org/howto/samples/).
+Let's consider a basic example,
+choosing PHP for no particular reason.
+
Suppose you saved a PHP script as `/www/helloworld/index.php`:
``` php
<?php echo "Hello, PHP on Unit!"; ?>