コンテナ技術入門/Container tech intro
この資料は,2024年3月に開催される「高専テクノゼミ/実践教育プログラム vol.2」の技術LT「コンテナ技術入門」にて発表した際に使用したものです.
This document was used in a presentation at the technical LT "Introduction to Container Technology" of "Techno Seminar/Practical Education Program vol.2" to be held in March 2024.
15. コマンド実行例
% docker search ubuntu
NAME DESCRIPTION STARS OFFICIAL AUTOMATED
ubuntu Ubuntu is a Debian-based Linux operating sys… 14171 [OK]
(略)
% docker pull ubuntu
Using default tag: latest
latest: Pulling from library/ubuntu
125a6e411906: Pull complete
Digest: sha256:26c68657ccce2cb0a31b330cb0be2b5e108d467f641c62e13ab40cbec258c68d
Status: Downloaded newer image for ubuntu:latest
docker.io/library/ubuntu:latest
% docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
ubuntu latest d2e4e1f51132 4 days ago 77.8MB