Skip to content

Commit 0e08acd

Browse files
committed
Deploying to gh-pages from @ 1b68762 🚀
1 parent 0e120be commit 0e08acd

4 files changed

Lines changed: 13 additions & 12 deletions

File tree

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

sitemap.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,38 +2,38 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
44
<loc>https://cicd-tutorials.net/</loc>
5-
<lastmod>2024-10-15</lastmod>
5+
<lastmod>2024-10-17</lastmod>
66
</url>
77
<url>
88
<loc>https://cicd-tutorials.net/assets/</loc>
9-
<lastmod>2024-10-15</lastmod>
9+
<lastmod>2024-10-17</lastmod>
1010
</url>
1111
<url>
1212
<loc>https://cicd-tutorials.net/tutorials/docker/docker-on-wsl/</loc>
13-
<lastmod>2024-10-15</lastmod>
13+
<lastmod>2024-10-17</lastmod>
1414
</url>
1515
<url>
1616
<loc>https://cicd-tutorials.net/tutorials/gitlab-ci/docker-hub-ratelimit/</loc>
17-
<lastmod>2024-10-15</lastmod>
17+
<lastmod>2024-10-17</lastmod>
1818
</url>
1919
<url>
2020
<loc>https://cicd-tutorials.net/tutorials/jenkins/ansible-kubernetes/</loc>
21-
<lastmod>2024-10-15</lastmod>
21+
<lastmod>2024-10-17</lastmod>
2222
</url>
2323
<url>
2424
<loc>https://cicd-tutorials.net/tutorials/jenkins/build-status-pipelines/</loc>
25-
<lastmod>2024-10-15</lastmod>
25+
<lastmod>2024-10-17</lastmod>
2626
</url>
2727
<url>
2828
<loc>https://cicd-tutorials.net/tutorials/jenkins/jenkins-host-docker/</loc>
29-
<lastmod>2024-10-15</lastmod>
29+
<lastmod>2024-10-17</lastmod>
3030
</url>
3131
<url>
3232
<loc>https://cicd-tutorials.net/tutorials/jenkins/parallel-robot-pipeline/</loc>
33-
<lastmod>2024-10-15</lastmod>
33+
<lastmod>2024-10-17</lastmod>
3434
</url>
3535
<url>
3636
<loc>https://cicd-tutorials.net/tutorials/jenkins/sonarqube-jenkins/</loc>
37-
<lastmod>2024-10-15</lastmod>
37+
<lastmod>2024-10-17</lastmod>
3838
</url>
3939
</urlset>

sitemap.xml.gz

0 Bytes
Binary file not shown.

tutorials/jenkins/jenkins-host-docker/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,8 @@
742742

743743

744744
<h1 id="jenkins-with-access-to-hosts-docker-engine">Jenkins with access to hosts Docker engine</h1>
745-
<p>Note that by default each of the example docker compose configurations will create their own volumes for the data. This might not be what you want. In order to use the same volumes for every docker compose configuration, run docker compose with <code>-p</code> (or <code>--project-name</code>) option. This can also be done by setting <code>COMPOSE_PROJECT_NAME</code> environment variable:</p>
745+
<p>This tutorial provider Docker Compose configuration for running Jenkins inside a container with Docker client that controls host machines Docker engine using a socket. This works well in development environments as you can inspect containers created by Jenkins from the host system.</p>
746+
<p>Note that by default each of the example Docker Compose configurations will create their own volumes for the data. This might not be what you want, if you want to use configuration from <a href="../sonarqube-jenkins/">Integrating Jenkins and SonarQube</a> as well. In order to use the same volumes for every docker compose configuration, run docker compose with <code>-p</code> (or <code>--project-name</code>) option. This can also be done by setting <code>COMPOSE_PROJECT_NAME</code> environment variable:</p>
746747
<div class="language-sh highlight"><pre><span></span><code><span id="__span-0-1"><a id="__codelineno-0-1" name="__codelineno-0-1" href="#__codelineno-0-1"></a><span class="nb">export</span><span class="w"> </span><span class="nv">COMPOSE_PROJECT_NAME</span><span class="o">=</span>jenkins
747748
</span></code></pre></div>
748749
<h2 id="jenkins-image-with-docker-client">Jenkins image with Docker client</h2>
@@ -812,7 +813,7 @@ <h2 id="jenkins-container-with-access-to-hosts-docker-engine">Jenkins container
812813
<span class="md-icon" title="Last update">
813814
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1zM12.5 7v5.2l4 2.4-1 1L11 13V7zM11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2z"/></svg>
814815
</span>
815-
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">October 15, 2024</span>
816+
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">October 17, 2024</span>
816817
</span>
817818

818819

0 commit comments

Comments
 (0)