Alpine Linux Setup
Alpine Linux
Base Installation
- download iso from internet
https://dl-cdn.alpinelinux.org/alpine/v3.15/releases/x86_64/
Download the next file:
alpine-virt-3.15.0-x86_64.iso
- Create a linux vm, add the ISO and boot
- type root without password to go to the linux live
- execute
setup-alpinescript to install, typing steps properly reboot
Auto Personalization (web apps)
- login as
root apk add gitgit clone https://github.com/ivanchenoweth/alpine-linux-setupcd alpine-linux-setupgit checkout headless-noroot./setup.sh- you will type twice noroot password while installing ...
cd ..rm -rf alpine-linux-setupreboot
To create dev containers:
git clone https://github.com/ivanchenoweth/alpine-linux-setupcd alpine-linux-setup
Execute code-server container
git checkout headless-norootcd dev-containers./code-server.sh
Manual Personalization for branches w/noroot rootless user
- login as
noroot ssh-keygen
eval `ssh-agent -s`
ssh-add
