Docker Build

Report a typo

Suppose you built an image using the Dockerfile shown below. You build the image using docker build . and list the images. What tag will you see?

FROM ubuntu:22.04

LABEL author=HyperUser

ENTRYPOINT ["/bin/bash"]
Enter a short text
___

Create a free account to access the full topic