external help file: containers-toolkit-help.xml Module Name: containers-toolkit online version: schema: 2.0.0
Uninstalls BuildKit.
Uninstall-Buildkit [[-Path] <String>] [-Force] [-WhatIf] [<CommonParameters>]
To uninstall BuildKit, this command stops buildkitd service and unregisters buildkitd service. The BuildKit directory is then deleted and BuildKit is removed from the environment path.
Uninstall BuildKit from the default path.
PS C:\> Uninstall-Buildkit
Bypass confirmation to uninstall BuildKit
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
BuildKit path
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 0
Default value: The Buildkit path in the environment path variable or `$Env:ProgramFiles\Buildkit`
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