0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Linucレベル1勉強メモ #5

Posted at

# 第一章 Linuxのインストールと仮想マシン・コンテナの利用

練習問題1.5
Dockerを利用しています。Docker HUBからCentOS 8のDockerイメージを取得したい時、下線部に当てはまるサブコマンドを記述してください

(解答)

docker pull centos:8

(解説)
Dockerイメージを取得するには、docker pullコマンドを使います。Dockerイメージは[イメージ名:タグ名]で表すのが一般的です。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?