Alpine Linux

From wikieduonline
Revision as of 10:50, 17 November 2023 by Welcome (talk | contribs) (→‎Activities)
Jump to navigation Jump to search

Alpine Linux is a Linux distribution based on musl and BusyBox, designed to be small and resource efficiency, as of 2020 is around 6 MB. Alpine Linux uses apk package manager and OpenRC init system (not systemd).

Operations

  1. Upgrade Alpine: apk upgrade --available
  2. docker run alpine

Activities

  1. Run Alpine Linux in a docker container: docker run -it alpine /bin/sh (Bash is not supported in Alpine)[1]
  2. Connect to an existing pod (myalpine) in K8s: kubectl exec -it myalpine -- /bin/sh
  3. kubectl run -it alpine --image=alpine -- sh

Related terms

See also

  • http://containertutorials.com/alpine/get_started.html
  • Advertising: