What is the purpose of the docker plugin system and how does it extend Docker functionality?

Docker Fundamentals Hard

Docker Fundamentals — Hard

What is the purpose of the docker plugin system and how does it extend Docker functionality?

Key points

  • Docker plugins enhance Docker's functionality
  • They allow for the addition of new drivers and plugins
  • Plugins run as privileged containers managed by Docker
  • They communicate via a Unix socket API
  • Enable third-party storage systems, custom networking, centralized logging, and access control

Ready to go further?

Related questions