Server1 という名前の Windows Server コンテナー ホストがあります。 df1 という名前の Dockerfile を作成します。 df1 を使用してコンテナ イメージを生成する必要があります。 どのコマンドを実行する必要がありますか?
正解:A
This command is specifically designed to create a container image from a Dockerfile. It reads the instructions in the Dockerfile and builds the image layer by layer. docker build -t <image_name> -f df1