What is the purpose of the CMD instruction in a Dockerfile?
A) To provide default arguments for the ENTRYPOINT command
B) To specify the base image for the Dockerfile
C) To specify the user that should run the container
D) To specify the working directory for the container