access alternative ChromeOS containers as linux default

PHOTO EMBED

Mon Oct 03 2022 15:50:07 GMT+0000 (Coordinated Universal Time)

Saved by @atatimelikethis #permissions #shell #backup #chromeos

# In Crosh
# Ctrl + Alt + t
vmc start termina
 lxc launch ubuntu:18.04 owo
  lxc file pull owo/usr/bin/lxc /tmp/lxc
  lxc file push /tmp/lxc penguin/usr/local/bin/
  lxc delete owo -f
  lxc config set core.https_address :8443
  lxc config set core.trust_password "a'really,good;password:^)"

# in container terminal
  lxc remote add chronos $(ip route show | awk '{print $3}' | head -n 1)
  lxc remote set-default chronos

# have fun
lxc exec container_name -- bash
content_copyCOPY

https://github.com/edeloya/ChromeOS-Terminal-LXC-LXD