Skip to content

Commit

Permalink
Add Introducing the Docker Command Line
Browse files Browse the repository at this point in the history
  • Loading branch information
kozo2 authored May 30, 2024
1 parent 74f4eb6 commit a0f6ccb
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docker/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,27 @@ execute:
[https://www.docker.com/resources/what-container/](https://www.docker.com/resources/what-container/)
:::

## Docker コマンドを使ってみよう

1. Docker Desktop を立ち上げる
2. Terminal を立ち上げる
3. `docker container ls` コマンドを Terminal で実行する

`docker container ls` で現在実行中の Docker コンテナの一覧を表示します。

## ヘルプを得る

- `docker --help`
- `docker container --help`
- `docker container ls --help`
- docker [command] [subcommand] [additional options]

## [チャレンジ] Docker コマンドを探索してみましょう

- `docker --help` を実行し、リストからコマンドを選択しましょう。
- そのコマンドのヘルプを調べてください
- プロンプトの「Usage:」セクションを見て、コマンドがどのように機能するかを推測してください。

# Docker Hub

## Docker Hubでコンテナを探す
Expand Down

0 comments on commit a0f6ccb

Please sign in to comment.