開発者は、Dockerビルドで使用する新しいイメージを作成し、次のコマンドを使用してイメージのタグを追加しました。 $ docker tag 84fe411926287 local / app:0.4 タグを使用してDockerイメージをビルドするには、次にどのコマンドを実行する必要がありますか?
正解:D
build is used to build the image and -t is the option for tags. run could also be used but it also starts the app and it does not say it needs to start