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"]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"]Create a free account to access the full topic