In Docker, what is a 'Dockerfile' used for?

  • Configuring container security policies
  • Defining the structure and content of a container
  • Managing Docker network configurations
  • Storing container logs
A Dockerfile is used to define the structure and content of a Docker container, specifying the steps to build the container image.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *