Difference between revisions of "Alpine Linux"
Jump to navigation
Jump to search
↑ http://containertutorials.com/alpine/get_started.html
Line 18: | Line 18: | ||
* [[Distroless]] | * [[Distroless]] | ||
* <code>[[/etc/sysctl.conf]]</code> | * <code>[[/etc/sysctl.conf]]</code> | ||
+ | * [[FROM node:lts-alpine]] | ||
== See also == | == See also == |
Revision as of 22:25, 14 May 2023
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
- Upgrade Alpine:
apk upgrade --available
Activities
- Run Alpine Linux in a docker container:
docker run -it alpine /bin/sh
(Bash is not supported in Alpine)[1]
Related terms
ash
shell- RancherOS
- Fedora CoreOS
osinfo-query os
- AWS Bottlerocket
docker pull alpine
alpine/helm
- Busybox
- Distroless
/etc/sysctl.conf
- FROM node:lts-alpine
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
Advertising: