-
-
Notifications
You must be signed in to change notification settings - Fork 37
Install on Arch Linux Webtop
Eliran Wong edited this page Feb 10, 2022
·
6 revisions
-
Setup docker
-
Setup Arch Linux Webtop
-
Download and Run UBA
On Linux [Debian / Ubuntu]:
sudo apt update & sudo apt dist-upgrade
sudo apt-get install
apt-transport-https
ca-certificates
curl
gnupg2
software-properties-common
curl -fsSL https://download.docker.com/linux/debian/gpg | sudo apt-key add -
sudo add-apt-repository
"deb [arch=amd64] https://download.docker.com/linux/debian
$(lsb_release -cs)
stable"
sudo apt update & sudo apt dist-upgrade
sudo apt-get install docker-ce docker-ce-cli containerd.io
sudo docker run hello-world
On ChromeOS:
https://dvillalobos.github.io/2020/How-to-install-and-run-Docker-on-a-Chromebook/