diff options
author | Ava Hahn <a.hahn@f5.com> | 2024-04-17 20:43:48 -0700 |
---|---|---|
committer | avahahn <110854134+avahahn@users.noreply.github.com> | 2024-04-18 16:56:45 -0700 |
commit | d7ce356957c1c2e515ceea7e78fd7cba411e9152 (patch) | |
tree | 7fdd04109277074c81e75795744a950d1efecde8 /README.md | |
parent | a48fbc035c699c41892c480ed88494e53debea72 (diff) | |
download | unit-d7ce356957c1c2e515ceea7e78fd7cba411e9152.tar.gz unit-d7ce356957c1c2e515ceea7e78fd7cba411e9152.tar.bz2 |
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.
Diffstat (limited to '')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -41,7 +41,7 @@ For details and available language packages, see the ### Docker ``` console -$ docker pull unit +$ docker pull unit:<TAG> $ mkdir /tmp/unit-control # customize as needed. $ docker run -d \ --mount type=bind,src=/tmp/unit-control,dst=/var/run \ @@ -53,6 +53,8 @@ $ docker run -d \ For a description of image tags, see the [docs](https://unit.nginx.org/installation/#docker-images). +WARNING: latest image tag may not provide support for specific language modules, +*do* check the available image tags from the link above before pulling your image. Your current working directory will now be mounted to the Unit image at `/www`. You can reach its socket at `/tmp/unit-control/control.unit.sock` assuming no |