Skip to content

A dotnet wrapper for Docker's CLI

License

Notifications You must be signed in to change notification settings

syncromatics/LclDckr

Repository files navigation

LclDckr

A dotnet wrapper for Docker's CLI

Quickstart

DockerClient client = new DockerClient();
client.PullImage("hello-world", "latest");
client.RunImage("hello-world", "hello-container");
client.StopContainer("hello-container");
client.RemoveContainer("hello-container");

Building

Travis NuGet NuGet Pre Release

Code of Conduct

We are committed to fostering an open and welcoming environment. Please read our code of conduct before participating in or contributing to this project.

Contributing

We welcome contributions and collaboration on this project. Please read our contributor's guide to understand how best to work with us.

License and Authors

GMV Syncromatics Engineering logo GMV Syncromatics Engineering

license GitHub contributors

This software is made available by GMV Syncromatics Engineering under the MIT license.