Skip to content

Commit cedae4f

Browse files
authored
fix: Alphabetize WAF Docker installation operating syystem instructions (#1277)
1 parent ffe6fb5 commit cedae4f

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

content/waf/install/docker.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -236,73 +236,73 @@ If you are not using using `custom_log_format.json` or the IP intelligence featu
236236

237237
{{< /tabs >}}
238238

239-
#### RHEL 8
239+
#### Ubuntu
240240

241-
{{< tabs name="rhel8-instructions" >}}
241+
{{< tabs name="ubuntu-instructions" >}}
242242

243243
{{% tab name="NGINX Open Source" %}}
244244

245-
{{< include "/waf/dockerfiles/rhel8-oss.md" >}}
245+
{{< include "/waf/dockerfiles/ubuntu-oss.md" >}}
246246

247247
{{% /tab %}}
248248

249249
{{% tab name="NGINX Plus" %}}
250250

251-
{{< include "/waf/dockerfiles/rhel8-plus.md" >}}
251+
{{< include "/waf/dockerfiles/ubuntu-plus.md" >}}
252252

253253
{{% /tab %}}
254254

255255
{{< /tabs >}}
256256

257-
#### RHEL 9
257+
#### RHEL 8
258258

259-
{{< tabs name="rhel9-instructions" >}}
259+
{{< tabs name="rhel8-instructions" >}}
260260

261261
{{% tab name="NGINX Open Source" %}}
262262

263-
{{< include "/waf/dockerfiles/rhel9-oss.md" >}}
263+
{{< include "/waf/dockerfiles/rhel8-oss.md" >}}
264264

265265
{{% /tab %}}
266266

267267
{{% tab name="NGINX Plus" %}}
268268

269-
{{< include "/waf/dockerfiles/rhel9-plus.md" >}}
269+
{{< include "/waf/dockerfiles/rhel8-plus.md" >}}
270270

271271
{{% /tab %}}
272272

273273
{{< /tabs >}}
274274

275-
#### Rocky Linux 9
275+
#### RHEL 9
276276

277-
{{< tabs name="rocky-instructions" >}}
277+
{{< tabs name="rhel9-instructions" >}}
278278

279279
{{% tab name="NGINX Open Source" %}}
280280

281-
{{< include "/waf/dockerfiles/rocky9-oss.md" >}}
281+
{{< include "/waf/dockerfiles/rhel9-oss.md" >}}
282282

283283
{{% /tab %}}
284284

285285
{{% tab name="NGINX Plus" %}}
286286

287-
{{< include "/waf/dockerfiles/rocky9-plus.md" >}}
287+
{{< include "/waf/dockerfiles/rhel9-plus.md" >}}
288288

289289
{{% /tab %}}
290290

291291
{{< /tabs >}}
292292

293-
#### Ubuntu
293+
#### Rocky Linux 9
294294

295-
{{< tabs name="ubuntu-instructions" >}}
295+
{{< tabs name="rocky-instructions" >}}
296296

297297
{{% tab name="NGINX Open Source" %}}
298298

299-
{{< include "/waf/dockerfiles/ubuntu-oss.md" >}}
299+
{{< include "/waf/dockerfiles/rocky9-oss.md" >}}
300300

301301
{{% /tab %}}
302302

303303
{{% tab name="NGINX Plus" %}}
304304

305-
{{< include "/waf/dockerfiles/ubuntu-plus.md" >}}
305+
{{< include "/waf/dockerfiles/rocky9-plus.md" >}}
306306

307307
{{% /tab %}}
308308

0 commit comments

Comments
 (0)