Skip to content

Instantly share code, notes, and snippets.

@petergloor
Last active September 28, 2018 19:11
Show Gist options
  • Save petergloor/b053d69173bb9a9326652c04a3032ee1 to your computer and use it in GitHub Desktop.
Save petergloor/b053d69173bb9a9326652c04a3032ee1 to your computer and use it in GitHub Desktop.
LXD - set locales and time zone
 lxc exec <container> -- dpkg-reconfigure locales
 lxc exec <container> -- sudo dpkg-reconfigure tzdata
 lxc config set <container> environment.LC_ALL de_CH.UTF-8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment