Fix environment variable for NOMAD_ADDR (#8302)
This commit is contained in:
parent
1eb42ac023
commit
8f41747645
|
@ -55,7 +55,7 @@ local machine does not have a running Nomad agent. To do so, set the
|
|||
commands.
|
||||
|
||||
```shell-session
|
||||
$ nomad_ADDR=https://remote-address:4646 nomad status
|
||||
$ NOMAD_ADDR=https://remote-address:4646 nomad status
|
||||
$ nomad status -address=https://remote-address:4646
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue