@@ -77,7 +77,7 @@ On Ubuntu/Debian distributions, simply install all prerequisites as follows:
77
77
78
78
#### macOS
79
79
80
- To build natively on macOS, use Homebrew to install the required dependencies::
80
+ To build natively on macOS, use Homebrew to install the required dependencies:
81
81
82
82
```
83
83
$ brew install autoconf automake libtool libevent pkg-config [email protected]
@@ -92,7 +92,7 @@ PKG_CONFIG_PATH=/usr/local/opt/
[email protected] /lib/pkgconfig ./configure
92
92
93
93
### Building and installing
94
94
95
- After downloading the source tree, use standard autoconf/automake commands::
95
+ After downloading the source tree, use standard autoconf/automake commands:
96
96
97
97
```
98
98
$ autoreconf -ivf
@@ -103,6 +103,18 @@ $ make install
103
103
104
104
## Using Docker
105
105
106
+ Use available images on Docker Hub:
107
+
108
+ ```
109
+ # latest stable release
110
+ $ docker run --rm redislabs/memtier_benchmark:latest --help
111
+
112
+ # master branch edge build
113
+ $ docker run --rm redislabs/memtier_benchmark:edge --help
114
+ ```
115
+
116
+ Or, build locally:
117
+
106
118
```
107
119
$ docker build -t memtier_benchmark .
108
120
$ docker run --rm memtier_benchmark --help
@@ -119,7 +131,7 @@ $ docker-compose -f docker-compose.redis.yml up --build
119
131
120
132
## Using memtier_benchmark
121
133
122
- See the included manpage or run::
134
+ See the included manpage or run:
123
135
124
136
```
125
137
$ memtier_benchmark --help
0 commit comments