Skip to content

Commit

Permalink
LXD: remove information about command aliases
Browse files Browse the repository at this point in the history
The information has been moved to
https://linuxcontainers.org/lxd/docs/latest/howto/lxc_alias/

Signed-off-by: Ruth Fuchss <[email protected]>
  • Loading branch information
ru-fu committed Jun 22, 2023
1 parent 5a35b21 commit aa663e6
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions content/lxd/advanced-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,23 +47,8 @@ See the LXD documentation for details:


# Command aliases
You can create internal command aliases with:

lxc alias

List all aliases:

lxc alias list

Create a new alias:

lxc alias add <alias> <target>

For example:

lxc alias add delete "delete -i"

This will link the command `lxc delete` to `lxc delete -i`. So if you run `lxc delete` the LXD-client will run `lxc delete -i` instead.
See [How to add command aliases](/lxd/docs/latest/howto/lxc_alias/).

# Further information & links
You find more information on the following pages:
Expand Down

0 comments on commit aa663e6

Please sign in to comment.