Difference between revisions of "Alpine Linux"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 
[[wikipedia:Alpine Linux|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 <code>[[apk]]</code> [[package manager]].
 
[[wikipedia:Alpine Linux|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 <code>[[apk]]</code> [[package manager]].
 +
 +
== Operations ==
 +
# Upgrade Alpine: <code>apk upgrade --available</code>
  
  
Line 5: Line 8:
 
== 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>
 +
  
  
  
 
[[Category:Linux]]
 
[[Category:Linux]]

Revision as of 05:45, 22 December 2019

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.

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]
    1. http://containertutorials.com/alpine/get_started.html

    Advertising: