We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54a284a commit 5b11f5cCopy full SHA for 5b11f5c
README.md
@@ -41,7 +41,7 @@ For details and available language packages, see the
41
### Docker
42
43
``` console
44
-$ docker pull unit
+$ docker pull unit:<TAG>
45
$ mkdir /tmp/unit-control # customize as needed.
46
$ docker run -d \
47
--mount type=bind,src=/tmp/unit-control,dst=/var/run \
@@ -53,6 +53,8 @@ $ docker run -d \
53
For a description of image tags, see the
54
[docs](https://unit.nginx.org/installation/#docker-images).
55
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.
58
59
Your current working directory will now be mounted to the Unit image at `/www`.
60
You can reach its socket at `/tmp/unit-control/control.unit.sock` assuming no
0 commit comments