Skip to content
Snippets Groups Projects
Commit ac01080a authored by Roshni Sarangadharan's avatar Roshni Sarangadharan
Browse files

Merge branch 'faleksic-update-machine-to-latest' into 'main'

Update docker-machine version in docs

See merge request gitlab-org/gitlab-runner!5617



Merged-by: default avatarRoshni Sarangadharan <rsarangadharan@gitlab.com>
Approved-by: default avatarRoshni Sarangadharan <rsarangadharan@gitlab.com>
Co-authored-by: default avatarFilip Aleksic <faleksic@gitlab.com>
parents 3c475cef 8c9d557b
No related branches found
No related tags found
No related merge requests found
......@@ -106,10 +106,10 @@ Dockerでは[Docker Machineが非推奨になりました](https://gitlab.com/gi
### インストール
1. [適切な`docker-machine`バイナリ](https://gitlab.com/gitlab-org/ci-cd/docker-machine/-/releases)をダウンロードします。`PATH`がアクセスできる場所にバイナリをコピーし、実行可能にします。たとえば、`v0.16.2-gitlab.36`をダウンロードしてインストールするには、次のようにします。
1. [適切な`docker-machine`バイナリ](https://gitlab.com/gitlab-org/ci-cd/docker-machine/-/releases)をダウンロードします。`PATH`がアクセスできる場所にバイナリをコピーし、実行可能にします。たとえば、`v0.16.2-gitlab.37`をダウンロードしてインストールするには、次のようにします。
```shell
curl -O "https://gitlab-docker-machine-downloads.s3.amazonaws.com/v0.16.2-gitlab.36/docker-machine-Linux-x86_64"
curl -O "https://gitlab-docker-machine-downloads.s3.amazonaws.com/v0.16.2-gitlab.37/docker-machine-Linux-x86_64"
cp docker-machine-Linux-x86_64 /usr/local/bin/docker-machine
chmod +x /usr/local/bin/docker-machine
```
......
......@@ -139,10 +139,10 @@ Sending the [`SIGQUIT` signal](../commands/_index.md#signals) makes the
1. Download the [appropriate `docker-machine` binary](https://gitlab.com/gitlab-org/ci-cd/docker-machine/-/releases).
Copy the binary to a location accessible to `PATH` and make it
executable. For example, to download and install `v0.16.2-gitlab.36`:
executable. For example, to download and install `v0.16.2-gitlab.37`:
```shell
curl -O "https://gitlab-docker-machine-downloads.s3.amazonaws.com/v0.16.2-gitlab.36/docker-machine-Linux-x86_64"
curl -O "https://gitlab-docker-machine-downloads.s3.amazonaws.com/v0.16.2-gitlab.37/docker-machine-Linux-x86_64"
cp docker-machine-Linux-x86_64 /usr/local/bin/docker-machine
chmod +x /usr/local/bin/docker-machine
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment