A dotnet wrapper for Docker's CLI
DockerClient client = new DockerClient();
client.PullImage("hello-world", "latest");
client.RunImage("hello-world", "hello-container");
client.StopContainer("hello-container");
client.RemoveContainer("hello-container");
We are committed to fostering an open and welcoming environment. Please read our code of conduct before participating in or contributing to this project.
We welcome contributions and collaboration on this project. Please read our contributor's guide to understand how best to work with us.
This software is made available by GMV Syncromatics Engineering under the MIT license.