Which component in Docker acts as a lightweight, stand-alone, executable software package that includes everything needed to run a piece of software?

  • Docker image
  • Docker container
  • Dockerfile
  • Docker daemon
A Docker image is a lightweight, stand-alone, executable software package that includes everything needed to run a piece of software, including code, runtime, system tools, and libraries. Docker containers are instantiated from these images.
Add your answer
Loading...

Leave a comment

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