이재홍의 언제나 최신 Docker - Unit 13.30 search

저작권 안내
  • 책 또는 웹사이트의 내용을 복제하여 다른 곳에 게시하는 것을 금지합니다.
  • 책 또는 웹사이트의 내용을 발췌, 요약하여 강의 자료, 발표 자료, 블로그 포스팅 등으로 만드는 것을 금지합니다.

Docker 명령어 및 옵션 목록

이재홍 http://www.pyrasis.com

다음은 Docker Hub에서 이미지를 검색하는 search 명령입니다.

docker search <옵션> <검색어>
  • -f, --filter: 특정 조건으로 검색합니다.
    • stars=3
    • is-automated=true
    • is-official=true
  • --no-trunc=false: 내용이 길어서 생략된 부분을 모두 출력합니다.
  • --limit=25: 결과 출력 최대 개수를 설정합니다.
$ sudo docker search --limit 10 ubuntu
NAME                 DESCRIPTION                                     STARS     OFFICIAL   AUTOMATED
ubuntu               Ubuntu is a Debian-based Linux operating sys…   15005     [OK]
websphere-liberty    WebSphere Liberty multi-architecture images …   289       [OK]
ubuntu-upstart       DEPRECATED, as is Upstart (find other proces…   112       [OK]
neurodebian          NeuroDebian provides neuroscience research s…   93        [OK]
ubuntu/nginx         Nginx, a high-performance reverse proxy & we…   61
open-liberty         Open Liberty multi-architecture images based…   55        [OK]
ubuntu-debootstrap   DEPRECATED; use "ubuntu" instead                46        [OK]
ubuntu/apache2       Apache, a secure & extensible open-source HT…   41
ubuntu/squid         Squid is a caching proxy for the Web. Long-t…   34
ubuntu/cortex        Cortex provides storage for Prometheus. Long…   3

저작권 안내

이 웹사이트에 게시된 모든 글의 무단 복제 및 도용을 금지합니다.
  • 블로그, 게시판 등에 퍼가는 것을 금지합니다.
  • 비공개 포스트에 퍼가는 것을 금지합니다.
  • 글 내용, 그림을 발췌 및 요약하는 것을 금지합니다.
  • 링크 및 SNS 공유는 허용합니다.

Published

2022-10-03