Let's say you ran a container using this Dockerfile.
FROM ubuntu:22.04
LABEL author=HyperUser
ENTRYPOINT ["/bin/bash"]Which of the statements below is true?
Let's say you ran a container using this Dockerfile.
FROM ubuntu:22.04
LABEL author=HyperUser
ENTRYPOINT ["/bin/bash"]Which of the statements below is true?
Create a free account to access the full topic