Skip to content

Commit 5b11f5c

Browse files
committed
Elaborate on docker image differences
* This commit adds a warning to readers to clarify that they should be aware of our different image tags before pulling their image.
1 parent 54a284a commit 5b11f5c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ For details and available language packages, see the
4141
### Docker
4242

4343
``` console
44-
$ docker pull unit
44+
$ docker pull unit:<TAG>
4545
$ mkdir /tmp/unit-control # customize as needed.
4646
$ docker run -d \
4747
--mount type=bind,src=/tmp/unit-control,dst=/var/run \
@@ -53,6 +53,8 @@ $ docker run -d \
5353
For a description of image tags, see the
5454
[docs](https://unit.nginx.org/installation/#docker-images).
5555

56+
WARNING: latest image tag may not provide support for specific language modules,
57+
*do* check the available image tags from the link above before pulling your image.
5658

5759
Your current working directory will now be mounted to the Unit image at `/www`.
5860
You can reach its socket at `/tmp/unit-control/control.unit.sock` assuming no

0 commit comments

Comments
 (0)