Skip to content

Commit

Permalink
Deployed 1261bbf with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Feb 16, 2024
1 parent a5f3dc1 commit dde20a7
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion blog/2024/02/16/containers-101---chroot-part-i.html
Original file line number Diff line number Diff line change
Expand Up @@ -1405,7 +1405,7 @@ <h1 id="containers-101-chroot-part-i">Containers 101 - chroot (Part I)<a class="
<p class="admonition-title">Info</p>
<p><code>linux-vdso</code> is a virtual dynamic shared object library that is
automatically mapped by the kernel into the address space of all programs.
For more information see <a href="https://manpages.debian.org/vdso.7.en.html" target="_blank">vdso(7)</a></p>
For more information see <a href="https://manpages.debian.org/vdso.7.en.html" target="_blank">vdso(7)</a>.</p>
</div>
<div class="language-console highlight"><pre><span></span><code><span id="__span-10-1"><a id="__codelineno-10-1" name="__codelineno-10-1" href="#__codelineno-10-1"></a><span class="gp">$ </span>mkdir<span class="w"> </span>target/lib64
</span><span id="__span-10-2"><a id="__codelineno-10-2" name="__codelineno-10-2" href="#__codelineno-10-2"></a><span class="gp">$ </span>mkdir<span class="w"> </span>-p<span class="w"> </span>target/lib/x86_64-linux-gnu
Expand Down
2 changes: 1 addition & 1 deletion feed_json_updated.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"title": "Containers 101 - chroot (Part I)",
"content_html": "<h1>Containers 101 - chroot (Part I)</h1>\n<p>In this series the concept of containerization is presented by looking at the\nmechanisms behind the scenes. Before modern concepts like cgroups etc. are\ndescribed, the main idea behind bundling an execution environment is introduced\nby using a chroot environment.</p>",
"image": null,
"date_modified": "2024-02-16T16:09:47+00:00",
"date_modified": "2024-02-16T16:12:10+00:00",
"authors": [],
"tags": [
"Containers",
Expand Down
4 changes: 2 additions & 2 deletions feed_rss_created.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<language>en</language>


<pubDate>Fri, 16 Feb 2024 16:10:18 -0000</pubDate>
<lastBuildDate>Fri, 16 Feb 2024 16:10:18 -0000</lastBuildDate>
<pubDate>Fri, 16 Feb 2024 16:12:36 -0000</pubDate>
<lastBuildDate>Fri, 16 Feb 2024 16:12:36 -0000</lastBuildDate>
<ttl>1440</ttl>


Expand Down
6 changes: 3 additions & 3 deletions feed_rss_updated.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<language>en</language>


<pubDate>Fri, 16 Feb 2024 16:10:18 -0000</pubDate>
<lastBuildDate>Fri, 16 Feb 2024 16:10:18 -0000</lastBuildDate>
<pubDate>Fri, 16 Feb 2024 16:12:36 -0000</pubDate>
<lastBuildDate>Fri, 16 Feb 2024 16:12:36 -0000</lastBuildDate>
<ttl>1440</ttl>


Expand Down Expand Up @@ -43,7 +43,7 @@ mechanisms behind the scenes. Before modern concepts like cgroups etc. are
described, the main idea behind bundling an execution environment is introduced
by using a chroot environment.&lt;/p&gt;</description>
<link>https://dreknix.github.io/wiki/blog/2024/02/16/containers-101---chroot-part-i.html</link>
<pubDate>Fri, 16 Feb 2024 16:09:47 +0000</pubDate>
<pubDate>Fri, 16 Feb 2024 16:12:10 +0000</pubDate>
<source url="https://dreknix.github.io/wiki/feed_rss_updated.xml">dreknix - Documentation</source>

<guid isPermaLink="true">https://dreknix.github.io/wiki/blog/2024/02/16/containers-101---chroot-part-i.html</guid>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit dde20a7

Please sign in to comment.