# docker-machine-driver-harvester **Repository Path**: lty11233/docker-machine-driver-harvester ## Basic Information - **Project Name**: docker-machine-driver-harvester - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-06 - **Last Updated**: 2024-08-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README docker-machine-driver-harvester ======== [![Build Status](https://drone-publish.rancher.io/api/badges/harvester/docker-machine-driver-harvester/status.svg)](https://drone-publish.rancher.io/harvester/docker-machine-driver-harvester) The [Harvester](https://github.com/harvester/harvester) machine driver for Docker. ## Development ### Building ```bash make ``` The binary is placed in the `bin` directory. The compressed binary is placed in the `dist/artifacts` directory. ## Usage Put the binary to your $PATH directory ```bash docker-machine create --driver harvester ```