Skip to content

Instantly share code, notes, and snippets.

@dtoma
Last active August 29, 2015 14:22
Show Gist options
  • Save dtoma/fa44a93e0b9509383814 to your computer and use it in GitHub Desktop.
Save dtoma/fa44a93e0b9509383814 to your computer and use it in GitHub Desktop.
Alpine Linux - Getting Started
setup-interfaces
rc-service networking restart
setup-apkrepos
apk update
apk upgrade
apk add build-base
apk add openssh
rc-update add sshd
/etc/init.d/sshd start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment