Skip to content
This repository was archived by the owner on Dec 17, 2021. It is now read-only.

Commit b064bc7

Browse files
committed
README.md: Switch to Alpine Linux
1 parent ff0ed6c commit b064bc7

File tree

1 file changed

+9
-38
lines changed

1 file changed

+9
-38
lines changed

README.md

Lines changed: 9 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
Lambda Linux VirtualBox flavor is a Linux guest ISO image for VirtualBox
44
hypervisor. It is designed to provide a stable, secure and high performance
55
local container host. It runs completely from RAM. Lambda Linux is based
6-
on [Amazon Linux](https://aws.amazon.com/amazon-linux-ami/), the Linux operating
7-
system that powers [AWS](https://aws.amazon.com/).
6+
on [Alpine Linux](https://alpinelinux.org/) user space and a customized minimal
7+
kernel
8+
from
9+
[Yocto Project](http://www.yoctoproject.org/docs/2.4/kernel-dev/kernel-dev.html#kernel-dev-advanced).
810

911
-----------------------------------------
1012

1113
* [Features](#features)
1214
* [Container Host](#container_host)
13-
* [Base OS](#base_os)
14-
* [Container Flavor](#container_flavor)
1515
* [Installation](#installation)
1616
* [How to use](#how_to_use)
1717

@@ -23,40 +23,11 @@ system that powers [AWS](https://aws.amazon.com/).
2323
<a name="container_host"></a>
2424
### Container Host
2525

26-
* LTS Kernel [v4.9.43](https://cdn.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.9.43)
27-
* VirtualBox Guest Additions [v5.1.20](http://download.virtualbox.org/virtualbox/5.1.20/)
28-
* Docker [v17.03.1-ce](https://github.com/moby/moby/releases/tag/v17.03.1-ce)
29-
* Device mapper storage driver in [direct-lvm](https://docs.docker.com/engine/userguide/storagedriver/device-mapper-driver) mode
30-
* Container and data persistence via disk auto mount on `/var/lib/lambda-machine-local` and `docker-pool` logical volume
31-
* Rolling release with atomic updates
32-
33-
<a name="base_os"></a>
34-
### Base OS
35-
36-
In addition to being a stable and secure container host, Lambda Linux VirtualBox
37-
flavor is backed by a fully featured base operating system with the following
38-
features &ndash;
39-
40-
| Package Category | Package Name |
41-
| --- | --- |
42-
| Editors | vim, emacs, emacs24 (in [EPLL](https://lambda-linux.io/blog/2014/12/15/announcing-extra-packages-for-amazon-linux-and-lambda-linux-project/)) |
43-
| Programming languages | perl, tcl <br><br>gcc48, clang, clang4 (in [EPLL](https://lambda-linux.io/blog/2014/12/15/announcing-extra-packages-for-amazon-linux-and-lambda-linux-project/)) <br><br>ruby18, ruby20, ruby21, ruby22, ruby23 <br><br>python26, python27, python34, python35 <br><br>php56, php70 <br><br>golang16, golang17 (in [EPLL](https://lambda-linux.io/blog/2014/12/15/announcing-extra-packages-for-amazon-linux-and-lambda-linux-project/) Repository) <br><br>nodejs4, nodejs6 (in [EPLL](https://lambda-linux.io/blog/2014/12/15/announcing-extra-packages-for-amazon-linux-and-lambda-linux-project/) Repository) <br><br>java-1.6.0-openjdk, java-1.7.0-openjdk, java-1.8.0-openjdk <br><br>tomcat6, tomcat7, tomcat8 |
44-
| Databases | mysql55, mysql56 <br><br>postgresql93, postgresql94, postgresql95 |
45-
| Webserver | httpd24, lighttpd, nginx, haproxy |
46-
| Shell | dash, bash, tcsh, zsh |
47-
48-
<a name="container_flavor"></a>
49-
### Container Flavor
50-
51-
The Container flavor of Lambda Linux Base OS, used for development and testing
52-
is available
53-
on [Docker Hub](https://hub.docker.com/r/lambdalinux/baseimage-lambda).
54-
55-
For your workloads on AWS we recommend
56-
using [baseimage-amzn](https://github.com/lambda-linux/baseimage-amzn)
57-
or
58-
[Amazon Linux Container Image](http://docs.aws.amazon.com/AmazonECR/latest/userguide/amazon_linux_container_image.html),
59-
so you can be supported by Amazon Linux team.
26+
* LTS Kernel [v4.9.65](https://cdn.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.9.65)
27+
* VirtualBox Guest Additions [v5.1.20](http://download.virtualbox.org/virtualbox/5.1.30/)
28+
* Docker [v17.09.1-ce](https://github.com/moby/moby/releases/tag/v17.03.1-ce)
29+
* [Overlay2](https://docs.docker.com/v17.06/engine/userguide/storagedriver/overlayfs-driver/) storage driver with ext4 as backing filesystem
30+
* Container and data persistence on `/var/lib/lambda-machine-local`
6031

6132
<a name="installation"></a>
6233
## Installation

0 commit comments

Comments
 (0)