Skip to content

Latest commit

 

History

History
48 lines (42 loc) · 2.01 KB

README.md

File metadata and controls

48 lines (42 loc) · 2.01 KB

Description

This solution watches an exposed docker http socket for events and executes a razor template.

  • Console application
  • Contains a .NET Core client library for the Docker socket.
    • Implements the primary GET api's
      • Containers
      • Images
      • Nodes
      • Services
      • Swarm
      • System
      • Real-time event monitoring
      • Tasks
  • Dockerfile for building the container

Requirements

Your docker socket is exposed, and hopefully secured

Documentation

Configure your security and host settings in the /src/Vecc.AutoDocker/appsettings.json file.

Related blog posts

TODO

  • Run as a docker container, windows service or console application
  • Examples
  • Documentation