mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 19:05:42 +03:00
website: update lxc references to 0.1.0-rc2 (#5283)
This commit is contained in:
6
website/source/guides/external/lxc.html.md
vendored
6
website/source/guides/external/lxc.html.md
vendored
@@ -84,9 +84,9 @@ illustrate this process:
|
||||
|
||||
```shell
|
||||
$ sudo mkdir -p /opt/nomad/data/plugins
|
||||
$ curl -O https://releases.hashicorp.com/nomad-driver-lxc/0.1.0-rc1/nomad-driver-lxc_0.1.0-rc1_linux_amd64.zip
|
||||
$ unzip nomad-driver-lxc_0.1.0-rc1_linux_amd64.zip
|
||||
Archive: nomad-driver-lxc_0.1.0-rc1_linux_amd64.zip
|
||||
$ curl -O https://releases.hashicorp.com/nomad-driver-lxc/0.1.0-rc2/nomad-driver-lxc_0.1.0-rc2_linux_amd64.zip
|
||||
$ unzip nomad-driver-lxc_0.1.0-rc2_linux_amd64.zip
|
||||
Archive: nomad-driver-lxc_0.1.0-rc2_linux_amd64.zip
|
||||
inflating: nomad-driver-lxc
|
||||
$ sudo mv nomad-driver-lxc /opt/nomad/data/plugins
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user