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
Available via [https://github.com/packethost/docker-machine-driver-packet/blob/master/.github/CODE_OF_CONDUCT.md](https://github.com/packethost/docker-machine-driver-packet/blob/master/.github/CODE_OF_CONDUCT.md)
8
+
Available via [https://github.com/equinix/docker-machine-driver-metal/blob/master/.github/CODE_OF_CONDUCT.md](https://github.com/equinix/docker-machine-driver-metal/blob/master/.github/CODE_OF_CONDUCT.md)
9
9
10
10
### How to Submit Change Requests
11
-
Please submit change requests and / or features via [Issues](https://github.com/packethost/docker-machine-driver-packet/issues). There's no guarantee it'll be changed, but you never know until you try. We'll try to add comments as soon as possible, though.
11
+
Please submit change requests and / or features via [Issues](https://github.com/equinix/docker-machine-driver-metal/issues). There's no guarantee it'll be changed, but you never know until you try. We'll try to add comments as soon as possible, though.
12
12
13
13
### How to Report a Bug
14
-
Bugs are problems in code, in the functionality of an application or in its UI design; you can submit them through [Issues](https://github.com/packethost/docker-machine-driver-packet/issues) as well.
14
+
Bugs are problems in code, in the functionality of an application or in its UI design; you can submit them through [Issues](https://github.com/equinix/docker-machine-driver-metal/issues) as well.
The [Packet](https://packet.com) cloud bare-metal machine driver for Docker.
9
+
The [Equinix Metal](https://metal.equinix.com) cloud bare-metal machine driver for Docker.
10
10
11
-
This repository is [Maintained](https://github.com/packethost/standards/blob/master/maintained-statement.md) meaning that this software is supported by Packet and its community - available to use in production environments.
11
+
This repository is [Maintained](https://github.com/packethost/standards/blob/master/maintained-statement.md) meaning that this software is supported by Equinix Metal and its community - available to use in production environments.
12
12
13
13
## Usage
14
14
@@ -17,7 +17,7 @@ You can provision bare-metal hosts once you have built and installed the docker-
17
17
Test that the installation worked by typing in:
18
18
19
19
```sh
20
-
docker-machine create --driver packet
20
+
docker-machine create --driver metal
21
21
```
22
22
23
23
### Example usage
@@ -28,18 +28,18 @@ This creates the following:
28
28
* in the EWR region (NJ)
29
29
* with Ubuntu 16.04
30
30
* in project $PROJECT
31
-
* Using $API_KEY - [get yours from the Portal](https://app.packet.net/users/me/api-keys)
31
+
* Using $API_KEY - [get yours from the Portal](https://console.equinix.com/users/me/api-keys)
(sloth) Created device ID $PROJECT, IP address 147.x.x.x
44
44
(sloth) Waiting for Provisioning...
45
45
Waiting for machine to be running, this may take a few minutes...
@@ -68,28 +68,28 @@ Pre-reqs: `docker-machine` and `make`
68
68
69
69
* Install the Golang SDK [https://golang.org/dl/](https://golang.org/dl/) (at least 1.11 required for [modules](https://github.com/golang/go/wiki/Modules) support
70
70
71
-
* Download the source-code with `git clone http://github.com/packethost/docker-machine-driver-packet.git`
71
+
* Download the source-code with `git clone http://github.com/equinix/docker-machine-driver-metal.git`
72
72
73
73
* Build and install the driver:
74
74
75
75
```sh
76
-
cd docker-machine-driver-packet
76
+
cd docker-machine-driver-metal
77
77
make
78
78
sudo make install
79
79
```
80
80
81
-
Now you will now be able to specify a `-driver` of `packet` to `docker-machine` commands.
81
+
Now you will now be able to specify a `-driver` of `metal` to `docker-machine` commands.
82
82
83
83
### Debugging
84
84
85
-
To monitor the Docker debugging details and the Packet API calls:
85
+
To monitor the Docker debugging details and the Equinix Metal API calls:
86
86
87
87
```sh
88
88
go build
89
89
PACKNGO_DEBUG=1 PATH=`pwd`:$PATH docker-machine \
90
-
--debug create -d packet \
91
-
--packet-api-key=$PACKET_TOKEN \
92
-
--packet-project-id=$PACKET_PROJECT \
90
+
--debug create -d metal \
91
+
--metal-api-key=$METAL_AUTH_TOKEN \
92
+
--metal-project-id=$METAL_PROJECT \
93
93
foo
94
94
```
95
95
@@ -106,4 +106,4 @@ The format for each release should be based on [Keep a Changelog](http://keepach
106
106
107
107
## Releases and Changes
108
108
109
-
See <https://github.com/packethost/docker-machine-driver-packet/releases> for the latest releases, install archives, and the project changelog.
109
+
See <https://github.com/equinix/docker-machine-driver-metal/releases> for the latest releases, install archives, and the project changelog.
If you require support, please email [email protected], visit the Equinix Metal IRC channel (#equinixmetal on Freenode), subscribe to the [Equinix Metal Community Slack](https://slack.equinixmetal.com/) channel or [post an issue](https://github.com/packethost/docker-machine-driver-packet/issues) within this repository.
1
+
If you require support, please email [email protected], visit the Equinix Metal IRC channel (#equinixmetal on Freenode), subscribe to the [Equinix Metal Community Slack](https://slack.equinixmetal.com/) channel or [post an issue](https://github.com/equinix/docker-machine-driver-metal/issues) within this repository.
2
2
3
3
[Contributions](CONTRIBUTING.md) are welcome to help extend this work!
0 commit comments