Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.54 KB

README.md

File metadata and controls

36 lines (23 loc) · 1.54 KB

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.