Skip to content

ivanchenoweth/alpine-linux-setup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alpine-linux-setup

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-alpine script to install, typing steps properly
  • reboot

Auto Personalization (web apps)

  • login as root
  • apk add git
  • git clone https://github.com/ivanchenoweth/alpine-linux-setup
  • cd alpine-linux-setup
  • git checkout headless-noroot
  • ./setup.sh
  • you will type twice noroot password while installing ...
  • cd ..
  • rm -rf alpine-linux-setup
  • reboot

To create dev containers:

  • git clone https://github.com/ivanchenoweth/alpine-linux-setup
  • cd alpine-linux-setup

Execute code-server container

  • git checkout headless-noroot
  • cd dev-containers
  • ./code-server.sh

Manual Personalization for branches w/noroot rootless user

  • login as noroot
  • ssh-keygen
eval `ssh-agent -s`
ssh-add

YouTube Video where I was based:

Alt text

About

Alpine Linux Setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%