Skip to content

Commit b25e911

Browse files
committed
Fixed docker runner web app installation section
1 parent a328df3 commit b25e911

File tree

1 file changed

+18
-5
lines changed

1 file changed

+18
-5
lines changed

docs/guides/modules/execution-runner/pages/install-machine-runner-3-on-docker.adoc

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This page describes how to install CircleCI's machine runner 3 with the Docker e
1010
****
1111
xref:container-runner.adoc[Container runner] is the **recommended method** for self-hosted runner Docker installation. The instructions on this page are for a simple Docker setup using machine runner 3.
1212
13-
Container runner is the recommended approach for running containerized jobs on self-hosted runners. Container runner offers the ability to seamlessly define, publish, and use custom Docker images during job execution. Container runner also h as the ability to manage dependencies or libraries through custom Docker images instead of enumerating dependencies as part of `steps` in the `.circleci/config.yml` file.
13+
Container runner is the recommended approach for running containerized jobs on self-hosted runners. Container runner offers the ability to seamlessly define, publish, and use custom Docker images during job execution. Container runner also has the ability to manage dependencies or libraries through custom Docker images instead of enumerating dependencies as part of `steps` in the `.circleci/config.yml` file.
1414
****
1515

1616
[#machine-approach-with-docker]
@@ -36,7 +36,20 @@ include::ROOT:partial$runner/terms.adoc[]
3636
[#create-namespace-and-resource-class]
3737
=== 1. Create namespace and resource class
3838

39+
[tabs]
40+
====
41+
Web app installation::
42+
+
43+
--
44+
include::ROOT:partial$runner/install-with-web-app-steps.adoc[]
45+
--
46+
47+
CLI installation::
48+
+
49+
--
3950
include::ROOT:partial$runner/install-with-cli-steps.adoc[]
51+
--
52+
====
4053

4154
=== 2. Create a Dockerfile that extends the machine runner 3 image
4255

@@ -111,7 +124,7 @@ include::ROOT:partial$runner/machine-runner-example.adoc[]
111124
[#additional-resources]
112125
== Additional resources
113126

114-
- xref:install-machine-runner-3-on-linux.adoc[Machine runner 3 Linux package installation]
115-
- xref:install-machine-runner-3-on-macos.adoc[Machine runner 3 macOS Homebrew installation]
116-
- xref:install-machine-runner-3-on-windows.adoc[Machine runner 3 Windows installation]
117-
- xref:machine-runner-3-configuration-reference.adoc[Machine runner 3 configuration reference]
127+
- xref:install-machine-runner-3-on-linux.adoc[Machine Runner 3 Linux Package Installation]
128+
- xref:install-machine-runner-3-on-macos.adoc[Machine Runner 3 macOS Homebrew Installation]
129+
- xref:install-machine-runner-3-on-windows.adoc[Machine Runner 3 Windows Installation]
130+
- xref:machine-runner-3-configuration-reference.adoc[Machine Runner 3 Configuration Reference]

0 commit comments

Comments
 (0)