File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ For details and available language packages, see the
41
41
### Docker
42
42
43
43
``` console
44
- $ docker pull unit
44
+ $ docker pull unit: < TAG >
45
45
$ mkdir /tmp/unit-control # customize as needed.
46
46
$ docker run -d \
47
47
--mount type=bind,src=/tmp/unit-control,dst=/var/run \
@@ -53,6 +53,8 @@ $ docker run -d \
53
53
For a description of image tags, see the
54
54
[ docs] ( https://unit.nginx.org/installation/#docker-images ) .
55
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.
56
58
57
59
Your current working directory will now be mounted to the Unit image at ` /www ` .
58
60
You can reach its socket at ` /tmp/unit-control/control.unit.sock ` assuming no
You can’t perform that action at this time.
0 commit comments