There was an error while loading. Please reload this page.
stack add host alias {host} {name} [name=string]
Adds an alias to a host
{host}
Host name of machine
{name}
The alias name for the host.
[name=string]
Can be used in place of the name argument.
stack add host alias compute-0-0 c-0-0
Adds the alias 'c-0-0' to the host 'compute-0-0'.
stack add host alias compute-0-0 name=c-0-0
Same as above.
Home