Difference between revisions of "Alpine Linux"
Jump to navigation
Jump to search
↑ http://containertutorials.com/alpine/get_started.html
| Line 4: | Line 4: | ||
== Operations == | == Operations == | ||
| − | + | * Upgrade Alpine: <code>[[apk upgrade --available]]</code> | |
| − | + | ** <code>image: alpine/[[openssl]]</code> | |
| + | |||
| + | * [[docker run alpine]] | ||
== Activities == | == Activities == | ||
Revision as of 08:59, 16 April 2026
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 systems).
- Docker Hub: https://hub.docker.com/_/alpine
/etc/os-release
Operations
- Upgrade Alpine:
apk upgrade --availableimage: alpine/openssl
Activities
- Run Alpine Linux in a docker container:
docker run -it alpine /bin/sh(Bash is not supported in Alpine)[1] - Connect to an existing pod (myalpine) in K8s:
kubectl exec -it myalpine -- /bin/sh kubectl run -it alpine --image=alpine -- sh
Related terms
- Alpine Linux: df -kh
ashshell- RancherOS
- Fedora CoreOS
osinfo-query os- AWS Bottlerocket, Busybox
docker pull alpinealpine/helm- Distroless
/etc/sysctl.confFROM node:lts-alpine- wget
See also
apk, [ add | list | upgrade | info | search ] apk --help- Alpine Linux, Red Hat Enterprise Linux CoreOS (RHCOS),
apk, addgroup, Debian slim, Bottlerocket, Busybox, Flatcar, Wolfi, alpine:latest - BusyBox, Almquist shell (ash), Alpine, Distroless, Wolfi OS,
library/busybox, Bottlerocket OS, Flatcar, Debian slim
Advertising: