microsoft / containers-toolkit

Containers-Toolkit is a Windows PowerShell module for downloading, installing, and setting up default configs for Containerd, BuildKit, Windows CNI plugin, and nerdctl.
MIT License
16 stars 9 forks source link

Add option in the Install-ContainerTools command to setup Containerd and Buildkitd services #7

Closed TinaMor closed 6 months ago

TinaMor commented 7 months ago

At the moment the Install-ContainerTools command does the most basic:

  1. Uninstall the tools
  2. Download the files
  3. "Install" the tool.

We need to add a switch to provide a Register-Service option

Originally posted by @iankingori in https://github.com/microsoft/containers-toolkit/issues/5#issuecomment-2036357725