Skip to content

Commit

Permalink
Add "Exploring and Running Containers" overview
Browse files Browse the repository at this point in the history
  • Loading branch information
kozo2 authored May 30, 2024
1 parent 9f8cb46 commit 09e9052
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions docker/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ execute:

<https://swcarpentry-ja.github.io/2024-05-30-chiba-slides/docker>

# Dockerの紹介
# Docker の紹介

## 研究用オープンソース・<br>ソフトウエアの問題点

Expand All @@ -28,9 +28,9 @@ execute:
<br>
<br>

### ドッカーはあなたのお悩みを解決してくれる(はず)
### Docker はあなたのお悩みを解決してくれる(はず)

## ドッカーとは
## Docker とは

:::: {.columns}

Expand Down Expand Up @@ -96,7 +96,7 @@ execute:
- Docker がインストールされ、実行されていることを確認するにはどうすればよいでしょうか?
- Docker と対話するにはどうするとよいでしょうか?

## 目的
## 目標

- Docker がインストールされ、使用できる状態であることを確認する方法を説明してみましょう。
- いくつかの初めの Docker コマンドライン対話をデモしてみましょう。
Expand Down Expand Up @@ -129,6 +129,14 @@ execute:
- 通常は コマンドラインを使用して Docker と対話します。
- 特定の Docker コマンドを実行する方法を学ぶには、コマンドの後に `--help` を入力します。

# コンテナの探索と実行

## クエスチョン
- コンピューター上で Docker コンテナー or イメージを操作するにはどうすればよいでしょうか?

## 目標
- コマンドを使用して、コンピューター上にどの Docker イメージがあるかを確認しましょう。

# Docker Hub

## Docker Hubでコンテナを探す
Expand Down Expand Up @@ -264,4 +272,4 @@ docker [action] [docker options] [docker container image] [command to run inside

- <https://github.com/joelnitta/targets_vcf_example>
- 複数のイメージを組み込んだパイプライン
- docker に加えて、conda が必要
- docker に加えて、conda が必要

0 comments on commit 09e9052

Please sign in to comment.