Difference between revisions of "Alpine Linux"

From WTFwiki
Jump to navigation Jump to search
(Created page with "= Alpine Linux = == Interesting Packages == * 'alpine-sdk': equivalent to 'build-essential' on Debian/Ubuntu. == Vagrant Usage == Vagrant fails to provision network interface...")
 
m
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
= Alpine Linux =
 
 
== Interesting Packages ==
 
== Interesting Packages ==
 
* 'alpine-sdk': equivalent to 'build-essential' on Debian/Ubuntu.
 
* 'alpine-sdk': equivalent to 'build-essential' on Debian/Ubuntu.
  
 
== Vagrant Usage ==
 
== Vagrant Usage ==
Vagrant fails to provision network interfaces and such correctly, but some clever individual wrote a plugin to help: "vagrant plugin install vagrant-alpine"
+
Vagrant fails to provision network interfaces and such correctly, but some clever individual wrote a plugin to help: "vagrant plugin install vagrant-alpine": [https://github.com/maier/vagrant-alpine]

Latest revision as of 12:00, 25 November 2019

Interesting Packages

  • 'alpine-sdk': equivalent to 'build-essential' on Debian/Ubuntu.

Vagrant Usage

Vagrant fails to provision network interfaces and such correctly, but some clever individual wrote a plugin to help: "vagrant plugin install vagrant-alpine": [1]