You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`--metal-facility-code`|| Equinix Metal facility code |`METAL_FACILITY_CODE`|`facility`|
30
31
|`--metal-hw-reservation-id`|| Equinix Metal Reserved hardware ID |`METAL_HW_ID`|
31
-
| `--metal-metro-code` | | Equinix Metal metro code ("dc" is used if empty and facility is not set) | `METAL_METRO_CODE` |`metro`
32
-
| `--metal-os` | `ubuntu_20_04` | Equinix Metal OS | `METAL_OS` |`operating-system`
33
-
| `--metal-plan` | `c3.small.x86` | Equinix Metal Server Plan | `METAL_PLAN` |`plan`
34
-
| `--metal-project-id` | | Equinix Metal Project Id | `METAL_PROJECT_ID` |`project`
32
+
|`--metal-metro-code`|| Equinix Metal metro code ("dc" is used if empty and facility is not set) |`METAL_METRO_CODE`|`metro`|
33
+
|`--metal-os`|`ubuntu_20_04`| Equinix Metal OS |`METAL_OS`|`operating-system`|
34
+
|`--metal-plan`|`c3.small.x86`| Equinix Metal Server Plan |`METAL_PLAN`|`plan`|
35
+
|`--metal-project-id`|| Equinix Metal Project Id |`METAL_PROJECT_ID`|`project`|
35
36
|`--metal-spot-instance`|| Request a Equinix Metal Spot Instance |`METAL_SPOT_INSTANCE`|
36
37
|`--metal-spot-price-max`|| The maximum Equinix Metal Spot Price |`METAL_SPOT_PRICE_MAX`|
37
38
|`--metal-termination-time`|| The Equinix Metal Instance Termination Time |`METAL_TERMINATION_TIME`|
@@ -40,6 +41,8 @@ You can find the supported arguments by running `docker-machine create -d metal
40
41
41
42
Where denoted, values may be loaded from the environment or from the `~/.config/equinix/metal.yaml` file which can be created with the [Equinix Metal CLI](https://github.com/equinix/metal-cli#metal-cli).
42
43
44
+
In order to support existing installations, a Packet branded binary is also available with each release. When the `packet` binary is used, all `METAL` environment variables and `metal` arguments should be substituted for `PACKET` and `packet`, respectively.
45
+
43
46
### Example usage
44
47
45
48
This creates the following:
@@ -108,7 +111,7 @@ To monitor the Docker debugging details and the Equinix Metal API calls:
0 commit comments