Dockerイメージを検索する

提供: Ubuntu入門
移動: 案内検索
スポンサーリンク

Docker イメージを検索するには、dockerコマンドを利用します。

読み方

Docker
どっかー

概要

Dockerイメージは、Dockerレジストリでいくつも提供されています。

https://registry.hub.docker.com/search?q=library

インストール

sudo apt install docker.io

使い方

以下は、UbuntuのDockerイメージを検索する例です。

$ sudo docker search ubuntu
NAME                           DESCRIPTION                                     STARS     OFFICIAL   AUTOMATED
ubuntu                         Official Ubuntu base image                      1639                 [OK]       
ansible/ubuntu14.04-ansible    Ubuntu 14.04 LTS with ansible                   50                   [OK]
ubuntu-upstart                 Upstart is an event-based replacement for ...   25                   [OK]       
torusware/speedus-ubuntu       Always updated official Ubuntu docker imag...   24                   [OK]
tutum/ubuntu                   Ubuntu image with SSH access. For the root...   22                   [OK]
sequenceiq/hadoop-ubuntu       An easy way to try Hadoop on Ubuntu             15                   [OK]
guilhem/vagrant-ubuntu                                                         9                    [OK]
ubuntu-debootstrap             debootstrap --variant=minbase --components...   7                    [OK]       
tleyden5iwx/ubuntu-cuda        Ubuntu 14.04 with CUDA drivers pre-installed    7                    [OK]
neurodebian                    NeuroDebian provides neuroscience research...   6                    [OK]       
fike/ubuntu-postgresql         PostgreSQL 9.4 beta until 9.0 version runn...   4                    [OK]
sameersbn/ubuntu                                                               2                    [OK]
nuagebec/ubuntu                Simple always updated Ubuntu docker images...   2                    [OK]
rastasheep/ubuntu-sshd         Dockerized SSH service, built on top of of...   2                    [OK]
maxexcloo/ubuntu               Docker base image built on Ubuntu with Sup...   2                    [OK]
sylvainlasnier/ubuntu          Ubuntu 14.10 root docker images with commo...   1                    [OK]
densuke/ubuntu-jp-remix        Ubuntu Linuxの日本語remix風味です               1                    [OK]
n3ziniuka5/ubuntu-oracle-jdk   Ubuntu with Oracle JDK. Check tags for ver...   1                    [OK]
cpuguy83/ubuntu                                                                1                    [OK]
seetheprogress/ubuntu          Ubuntu image provided by seetheprogress us...   1                    [OK]
alsanium/ubuntu                Ubuntu Core image for Docker                    1                    [OK]
armbuild/ubuntu-debootstrap    ARMHF port of ubuntu-debootstrap                1                    [OK]
nimmis/ubuntu                  This is a docker images different LTS vers...   1                    [OK]
densuke/ubuntu-supervisor      densuke/ubuntu-jp-remix:trusty 上で supe...     0                    [OK]
partlab/ubuntu                 Simple Ubuntu docker images.                    0                    [OK]

関連項目




スポンサーリンク