
takeout
List of commands for takeout:
-
takeout:tldr:0aabd takeout: Enable a specific service.$ takeout enable ${name}try on your machineexplain this command
-
takeout:tldr:1b8c5 takeout: Enable a specific service with the default parameters.$ takeout enable --default ${name}try on your machineexplain this command
-
takeout:tldr:239ea takeout: Start a specific container.$ takeout start ${container_id}try on your machineexplain this command
-
takeout:tldr:434fc takeout: Display a list of available services.$ takeout enabletry on your machineexplain this command
-
takeout:tldr:986c1 takeout: Display a list of enabled services.$ takeout disabletry on your machineexplain this command
-
takeout:tldr:bf89e takeout: Disable all services.$ takeout disable --alltry on your machineexplain this command
-
takeout:tldr:c90c6 takeout: Disable a specific service.$ takeout disable ${name}try on your machineexplain this command
-
takeout:tldr:d2f46 takeout: Stop a specific container.$ takeout stop ${container_id}try on your machineexplain this command