Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Quarto GHA Workflow Runner committed May 30, 2024
1 parent fe0676a commit 20f5bc9
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
05e932a3
5f2ccaff
11 changes: 8 additions & 3 deletions docker/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,11 @@ <h2>コンテナとバーチャルマシンの違い</h2>
<img data-src="../images/container_vs_vm.jpg" data-align="center" alt="Comparison of containers vs virtual machines" class="r-stretch"><div class="small">
<p><a href="https://www.docker.com/resources/what-container/">https://www.docker.com/resources/what-container/</a></p>
</div>
</section></section>
<section>
<section id="docker-コマンドラインの紹介" class="title-slide slide level1 center">
<h1>Docker コマンドラインの紹介</h1>

</section>
<section id="クエスチョン" class="slide level2">
<h2>クエスチョン</h2>
Expand All @@ -479,9 +484,9 @@ <h2>目的</h2>
<section id="docker-コマンドを使ってみよう" class="slide level2">
<h2>Docker コマンドを使ってみよう</h2>
<ol type="1">
<li>Docker Desktop を立ち上げる</li>
<li>Terminal を立ち上げる</li>
<li><code>docker container ls</code> コマンドを Terminal で実行する</li>
<li>Docker Desktop を立ち上げましょう (そしてツールバーを見てみましょう)</li>
<li>Terminal を立ち上げましょう</li>
<li><code>docker container ls</code> コマンドを Terminal 内で実行しましょう</li>
</ol>
<p><code>docker container ls</code> で現在実行中の Docker コンテナの一覧を表示します。</p>
</section>
Expand Down
2 changes: 1 addition & 1 deletion search.json
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@
"href": "docker/index.html#docker-コマンドを使ってみよう",
"title": "SWC @ 千葉大学",
"section": "Docker コマンドを使ってみよう",
"text": "Docker コマンドを使ってみよう\n\nDocker Desktop を立ち上げる\nTerminal を立ち上げる\ndocker container ls コマンドを Terminal で実行する\n\ndocker container ls で現在実行中の Docker コンテナの一覧を表示します。"
"text": "Docker コマンドを使ってみよう\n\nDocker Desktop を立ち上げましょう (そしてツールバーを見てみましょう)\nTerminal を立ち上げましょう\ndocker container ls コマンドを Terminal 内で実行しましょう\n\ndocker container ls で現在実行中の Docker コンテナの一覧を表示します。"
},
{
"objectID": "docker/index.html#ヘルプの取得方法",
Expand Down
12 changes: 6 additions & 6 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,26 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://swcarpentry-ja.github.io/2024-05-30-chiba-slides/swc-intro/index.html</loc>
<lastmod>2024-05-30T14:38:00.021Z</lastmod>
<lastmod>2024-05-30T14:47:09.975Z</lastmod>
</url>
<url>
<loc>https://swcarpentry-ja.github.io/2024-05-30-chiba-slides/index.html</loc>
<lastmod>2024-05-30T14:37:59.993Z</lastmod>
<lastmod>2024-05-30T14:47:09.947Z</lastmod>
</url>
<url>
<loc>https://swcarpentry-ja.github.io/2024-05-30-chiba-slides/git/index.html</loc>
<lastmod>2024-05-30T14:37:59.973Z</lastmod>
<lastmod>2024-05-30T14:47:09.927Z</lastmod>
</url>
<url>
<loc>https://swcarpentry-ja.github.io/2024-05-30-chiba-slides/about.html</loc>
<lastmod>2024-05-30T14:37:59.973Z</lastmod>
<lastmod>2024-05-30T14:47:09.927Z</lastmod>
</url>
<url>
<loc>https://swcarpentry-ja.github.io/2024-05-30-chiba-slides/docker/index.html</loc>
<lastmod>2024-05-30T14:37:59.973Z</lastmod>
<lastmod>2024-05-30T14:47:09.927Z</lastmod>
</url>
<url>
<loc>https://swcarpentry-ja.github.io/2024-05-30-chiba-slides/shell/index.html</loc>
<lastmod>2024-05-30T14:37:59.993Z</lastmod>
<lastmod>2024-05-30T14:47:09.947Z</lastmod>
</url>
</urlset>

0 comments on commit 20f5bc9

Please sign in to comment.