Categories
Linux

GalliumOS

An OS for Chromebooks. In hindsight, better than ChromeOS.

chrx and dual boot https://wiki.galliumos.org/Installing

Adjustments needed to be made for dev env setup.

apt-get install python3-distutils

Ok Docker https://docs.docker.com/install/linux/docker-ce/ubuntu/

Ok and did it solve the docker problem (Ubuntu on crouton)???

sudo apt-get install \
    apt-transport-https \
    ca-certificates \
    curl \
    gnupg-agent \
    software-properties-common

sudo add-apt-repository \
   "deb [arch=amd64] https://download.docker.com/linux/ubuntu \
   $(lsb_release -cs) \
   stable"

sudo apt-get install docker-ce docker-ce-cli containerd.io

pip install docker-compose
chmod +x /usr/local/bin/docker-compose

git clone https://github.com/javadan/buckets.git


docker-compose up

yes it got further. i gotta fix the buckets code but yes, GalliumOS is great.