Skip to content

Instantly share code, notes, and snippets.

View SashaMkrt's full-sized avatar

Alexander Mkrtychyan SashaMkrt

View GitHub Profile
@SashaMkrt
SashaMkrt / README.md
Last active January 17, 2024 19:22
Installing allegro/ralph version 3 on Alpine Linux (docker environment) from scratch
  1. Download and boot from ISO (Alpine Linux Virt)
  2. login 'root'
  3. run setup-alpine
  4. answer questions
  5. enable 'testing' and 'community' repos in /etc/apk/repositories
  6. run apk update
  7. run apk add docker
  8. run rc-update add docker boot # add docker service to system start-up
  9. run service docker start # manually start docker service
  10. run apk add docker-compose