Skip to content

Instantly share code, notes, and snippets.

@rizdaprasetya
Last active April 11, 2019 10:59
Show Gist options
  • Save rizdaprasetya/c3e5636a0b85cb9d92583b6a5721a6e6 to your computer and use it in GitHub Desktop.
Save rizdaprasetya/c3e5636a0b85cb9d92583b6a5721a6e6 to your computer and use it in GitHub Desktop.
Alpine Linux Docker Image Useful Commands
  • Quickly install Git: apk update && apk upgrade && apk add git
  • Quickly install Git and clone repo apk update && apk upgrade && apk add git && git clone <URL>

Quickly get any language env based on docker

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment