2.

Dockerのイメージの検索 / 取得 / 取得済み一覧の確認

ページの作成
テンプレートを更新

ページの作成

親となるページを選択してください。

ページは必ず何かしらの親ページに紐づきます。
親ページに紐づくページを子ページといいます。
例: 親=スポーツ, 子1=サッカー, 子2=野球

子ページを親ページとして更に子ページを作成することも可能です。
例: 親=サッカー, 子=サッカーのルール

親ページはいつでも変更することが可能なのでとりあえず作ってみましょう!

今回はnginxのイメージを例とします。

 

検索

> docker search nginx

NAME                                                   DESCRIPTION                                     STARS               OFFICIAL            AUTOMATED
nginx                                                  Official build of Nginx.                        10610               [OK]
jwilder/nginx-proxy                                    Automated Nginx reverse proxy for docker con…   1492                                    [OK]
richarvey/nginx-php-fpm                                Container running Nginx + PHP-FPM capable of…   668                                     [OK]
jrcs/letsencrypt-nginx-proxy-companion                 LetsEncrypt container to use with nginx as p…   453                                     [OK]
...

 

取得

> docker pull nginx

Using default tag: latest
latest: Pulling from library/nginx
... : Pull complete
... : Pull complete
... : Pull complete
Digest: ...
Status: Downloaded newer image for nginx:latest

 

取得済み一覧の確認

> docker images

REPOSITORY          TAG                 IMAGE ID            CREATED             SIZE
nginx               latest              568c4670fa80        3 weeks ago         109MB
ubuntu              latest              93fd78260bd1        4 weeks ago         86.2MB

 

子ページ
子ページはありません
同階層のページ
  1. インストール方法(Windows)
  2. イメージの検索 / 取得 / 取得済み一覧の確認
  3. use windows containers instead of linux containers docker
  4. バージョンの確認
  5. エラー一覧

最近コメントのあったページ

最近の質問

コメント一覧

コメントがありません

ログインしなければコメント投稿はできません。