external help file | Module Name | online version | schema |
---|---|---|---|
containers-toolkit-help.xml |
containers-toolkit |
2.0.0 |
Uninstalls Containerd.
Uninstall-Containerd [[-Path] <String>] [-Force] [-WhatIf] [<CommonParameters>]
To uninstall Containerd, this function first stops Containerd service and unregisters Containerd service. The Containerd directory is then deleted and Containerd is removed from the environment path.
Uninstall Containerd from the default path.
PS C:\> Uninstall-Containerd
Bypass confirmation to uninstall Containerd
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Containerd path
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 0
Default value: The Containerd path in the environment path variable or `$Env:ProgramFiles\Containerd`
Accept pipeline input: False
Accept wildcard characters: False
Shows what would happen if the cmdlet runs. The cmdlet isn't run.
Type: SwitchParameter
Parameter Sets: Setup
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False