Skip to content

veccsolutions/Vecc.AutoDocker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Docker socket watcher that can build files and execute commands in Dot Net Core.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages