Is there a way to name/rename veth network device names like it was possible for privileged containers in LXC with lxc.network.veth.pair? I would rather prefer to use something like veth-c-001 instead of those cryptic names like vethV9NWGM.
If it’s not possible, just let me know, so I don’t have to do further research. I can live without it, but in case it’s possible it would be nice to know.
Yes the example here was per container. And no, it’s not possible to use variables in the default profile.
However, today I make use of profiles with user.user-data containing cloud-config data for cloud-init. This is a great thing, as it allows me to launch containers that will be completely configured according to a typical user groups need.