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 680b8ee commit ad8c8dc
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
522f99ae
8cbc4ee0
31 changes: 24 additions & 7 deletions docker/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -398,8 +398,8 @@ <h1>Docker</h1>
</section>

<section>
<section id="dockerの紹介" class="title-slide slide level1 center">
<h1>Dockerの紹介</h1>
<section id="docker-の紹介" class="title-slide slide level1 center">
<h1>Docker の紹介</h1>

</section>
<section id="研究用オープンソース-ソフトウエアの問題点" class="slide level2">
Expand All @@ -411,10 +411,10 @@ <h2>研究用オープンソース・<br>ソフトウエアの問題点</h2>
<section class="slide level2">

<p><br> <br> <br> <br> <br> <br></p>
<h3 id="ドッカーはあなたのお悩みを解決してくれるはず">ドッカーはあなたのお悩みを解決してくれる(はず)</h3>
<h3 id="docker-はあなたのお悩みを解決してくれるはず">Docker はあなたのお悩みを解決してくれる(はず)</h3>
</section>
<section id="ドッカーとは" class="slide level2">
<h2>ドッカーとは</h2>
<section id="docker-とは" class="slide level2">
<h2>Docker とは</h2>
<div class="columns">
<div class="column" style="width:50%;">
<ul>
Expand Down Expand Up @@ -473,8 +473,8 @@ <h2>クエスチョン</h2>
<li>Docker と対話するにはどうするとよいでしょうか?</li>
</ul>
</section>
<section id="目的" class="slide level2">
<h2>目的</h2>
<section id="目標" class="slide level2">
<h2>目標</h2>
<ul>
<li>Docker がインストールされ、使用できる状態であることを確認する方法を説明してみましょう。</li>
<li>いくつかの初めの Docker コマンドライン対話をデモしてみましょう。</li>
Expand Down Expand Up @@ -516,6 +516,23 @@ <h2>キーポイント</h2>
</ul>
</section></section>
<section>
<section id="コンテナの探索と実行" class="title-slide slide level1 center">
<h1>コンテナの探索と実行</h1>

</section>
<section id="クエスチョン-1" class="slide level2">
<h2>クエスチョン</h2>
<ul>
<li>コンピューター上で Docker コンテナー or イメージを操作するにはどうすればよいでしょうか?</li>
</ul>
</section>
<section id="目標-1" class="slide level2">
<h2>目標</h2>
<ul>
<li>コマンドを使用して、コンピューター上にどの Docker イメージがあるかを確認しましょう。</li>
</ul>
</section></section>
<section>
<section id="docker-hub" class="title-slide slide level1 center">
<h1>Docker Hub</h1>

Expand Down
30 changes: 22 additions & 8 deletions search.json
Original file line number Diff line number Diff line change
Expand Up @@ -392,11 +392,11 @@
"text": "研究用オープンソース・ソフトウエアの問題点\n\n今までの困ったことについて話しましょう"
},
{
"objectID": "docker/index.html#ドッカーとは",
"href": "docker/index.html#ドッカーとは",
"objectID": "docker/index.html#docker-とは",
"href": "docker/index.html#docker-とは",
"title": "SWC @ 千葉大学",
"section": "ドッカーとは",
"text": "ドッカーとは\n\n\n\nコンテナを管理するソフト"
"section": "Docker とは",
"text": "Docker とは\n\n\n\nコンテナを管理するソフト"
},
{
"objectID": "docker/index.html#コンテナとは",
Expand Down Expand Up @@ -427,11 +427,11 @@
"text": "クエスチョン\n\nDocker がインストールされ、実行されていることを確認するにはどうすればよいでしょうか?\nDocker と対話するにはどうするとよいでしょうか?"
},
{
"objectID": "docker/index.html#目的",
"href": "docker/index.html#目的",
"objectID": "docker/index.html#目標",
"href": "docker/index.html#目標",
"title": "SWC @ 千葉大学",
"section": "目的",
"text": "目的\n\nDocker がインストールされ、使用できる状態であることを確認する方法を説明してみましょう。\nいくつかの初めの Docker コマンドライン対話をデモしてみましょう。\nDocker コマンドのヘルプを使用してみましょう。"
"section": "目標",
"text": "目標\n\nDocker がインストールされ、使用できる状態であることを確認する方法を説明してみましょう。\nいくつかの初めの Docker コマンドライン対話をデモしてみましょう。\nDocker コマンドのヘルプを使用してみましょう。"
},
{
"objectID": "docker/index.html#docker-コマンドを使ってみよう",
Expand Down Expand Up @@ -461,6 +461,20 @@
"section": "キーポイント",
"text": "キーポイント\n\nツールバーのアイコンは、Docker を使用する準備ができていることを示します (Windows or MacOS で)。\n通常は コマンドラインを使用して Docker と対話します。\n特定の Docker コマンドを実行する方法を学ぶには、コマンドの後に --help を入力します。"
},
{
"objectID": "docker/index.html#クエスチョン-1",
"href": "docker/index.html#クエスチョン-1",
"title": "SWC @ 千葉大学",
"section": "クエスチョン",
"text": "クエスチョン\n\nコンピューター上で Docker コンテナー or イメージを操作するにはどうすればよいでしょうか?"
},
{
"objectID": "docker/index.html#目標-1",
"href": "docker/index.html#目標-1",
"title": "SWC @ 千葉大学",
"section": "目標",
"text": "目標\n\nコマンドを使用して、コンピューター上にどの Docker イメージがあるかを確認しましょう。"
},
{
"objectID": "docker/index.html#docker-hubでコンテナを探す",
"href": "docker/index.html#docker-hubでコンテナを探す",
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-30T23:46:47.361Z</lastmod>
<lastmod>2024-05-30T23:57:33.666Z</lastmod>
</url>
<url>
<loc>https://swcarpentry-ja.github.io/2024-05-30-chiba-slides/index.html</loc>
<lastmod>2024-05-30T23:46:47.333Z</lastmod>
<lastmod>2024-05-30T23:57:33.638Z</lastmod>
</url>
<url>
<loc>https://swcarpentry-ja.github.io/2024-05-30-chiba-slides/git/index.html</loc>
<lastmod>2024-05-30T23:46:47.317Z</lastmod>
<lastmod>2024-05-30T23:57:33.622Z</lastmod>
</url>
<url>
<loc>https://swcarpentry-ja.github.io/2024-05-30-chiba-slides/about.html</loc>
<lastmod>2024-05-30T23:46:47.317Z</lastmod>
<lastmod>2024-05-30T23:57:33.622Z</lastmod>
</url>
<url>
<loc>https://swcarpentry-ja.github.io/2024-05-30-chiba-slides/docker/index.html</loc>
<lastmod>2024-05-30T23:46:47.317Z</lastmod>
<lastmod>2024-05-30T23:57:33.622Z</lastmod>
</url>
<url>
<loc>https://swcarpentry-ja.github.io/2024-05-30-chiba-slides/shell/index.html</loc>
<lastmod>2024-05-30T23:46:47.337Z</lastmod>
<lastmod>2024-05-30T23:57:33.642Z</lastmod>
</url>
</urlset>

0 comments on commit ad8c8dc

Please sign in to comment.