Difference between revisions of "Alpine Linux"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Line 7: Line 7:
  
 
== Activities ==
 
== Activities ==
# Run Alpine Linux in a docker container: <code>[[docker run]] -it alpine /bin/sh</code> ([[Bash]] is not supported in Alpine)<ref>http://containertutorials.com/alpine/get_started.html</ref>
+
# Run Alpine Linux in a docker container: <code>[[docker run -it alpine]] /bin/sh</code> ([[Bash]] is not supported in Alpine)<ref>http://containertutorials.com/alpine/get_started.html</ref>
  
 
== See also ==
 
== See also ==

Revision as of 10:29, 1 September 2020

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


Activities

  1. Run Alpine Linux in a docker container: docker run -it alpine /bin/sh (Bash is not supported in Alpine)[1]

See also

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