# takeout > 一个基于Docker的开发专用依赖管理工具。 > 更多信息:。 - 显示可用服务的列表: `takeout enable` - 启用特定服务: `takeout enable {{name}}` - 使用默认参数启用特定服务: `takeout enable --default {{name}}` - 显示已启用服务的列表: `takeout disable` - 禁用特定服务: `takeout disable {{name}}` - 禁用所有服务: `takeout disable --all` - 启动特定容器: `takeout start {{container_id}}` - 停止特定容器: `takeout stop {{container_id}}`