Skip to content

ciiiii/alpine-box

 
 

Repository files navigation

This builds an up-to-date Vagrant Alpine Linux Base Box.

It contains the base Alpine Linux Image and the one with Docker installed.

Currently this targets Alpine Linux 3.11.5

Usage

Vagrant up

vagrant up mayocream/alpine-311-docker

Build yourself

Install Packer, Vagrant and VirtualBox.

make alpine
# or
make docker

Default settings

The default mirror source is TUNA, and time zone is UTC.

Default user: root, Password: vagrant

Docker socket at tcp://0.0.0.0:2375, default mirror is Aliyun.

Default disk size is 40Gb.

About

This builds an up-to-date Vagrant Alpine Linux Base Box

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 90.0%
  • Makefile 10.0%