lxc/linuxcontainers.org

Unclear "your-username"

Closed this issue · 1 comments

https://github.com/lxc/linuxcontainers.org/blame/12f5e9afe8e7f3dc403a73283e0bd51ba96239f8/content/lxc/getting-started.md#L69

Next up is /etc/lxc/lxc-usernet which is used to set network devices quota for unprivileged users. By default, your user isn't allowed to create any network device on the host, to change that, add:

    echo "$(id -un) veth lxcbr0 10" | sudo tee -a /etc/lxc/lxc-usernet

This means that "your-username" is allowed to create... 

What is "your-username" here? Please define.

your current user's username, what id -un shows you