Closed fruzitent closed 7 months ago
all 93 tests are passing as well
Please squash commits
Install-ContainerTools should call Install-*?
The
Install-ContainerTools
command does the most basic: (1) Uninstall the tools (2) Download the files (3) "Install" the tool.This should be a quick setup. For more control, the user should use the
Install-*
commands. For example, if they want to register and start the containerd, they can't do that withInstall-ContainerTools
. They'll have to useInstall-Containerd
@TinaMor does this mean Install-ContainerTools
will not register the service? Can we add a switch to provide a Register-Service option
Can we add a switch to provide a Register-Service option?
Opened a new issue for tracking #7
fixes #4
Install-ContainerTools
should callInstall-*
?