You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/cloudflare-one/connections/connect-devices/warp/user-side-certificates/manual-deployment.mdx
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -437,11 +437,11 @@ To install a certificate for use in a Docker container:
437
437
438
438
4. Add the certificate to your Docker container:
439
439
440
-
<Tabs> <TabItemlabel="Dockerfile">
440
+
<Tabs> <TabItemlabel="During build process">
441
441
442
-
To add the certificate during the build process:
442
+
To add the certificate to your Dockerfile to install it during the build process:
443
443
444
-
1.Modify the Dockerfile. For example:
444
+
1.Add the certificate install directions to your Dockerfile. For example:
445
445
446
446
```docker title="Red Hat-based images"
447
447
FROM registry.access.redhat.com/ubi9/ubi:latest
@@ -496,11 +496,11 @@ To install a certificate for use in a Docker container:
496
496
497
497
</TabItem>
498
498
499
-
<TabItemlabel="Docker Compose">
499
+
<TabItemlabel="During runtime">
500
500
501
-
To add the certificate during runtime:
501
+
To add the certificate to your Docker Compose file to install it during runtime:
502
502
503
-
1. Add the certificate to your `docker-compose.yml` file. For example:
503
+
1. Add the certificate install directions to your `docker-compose.yml` file. For example:
0 commit comments