Permalink
Browse files

Bump kernel to 4.0.9

  • Loading branch information...
tianon committed Jul 25, 2015
1 parent 6247cc1 commit 7de71c81c8d375b0c51a457967ccb016f5ef203e
Showing with 2 additions and 2 deletions.
  1. +1 −1 Dockerfile
  2. +1 −1 README.md
View
@@ -20,7 +20,7 @@ RUN apt-get update && apt-get -y install unzip \
p7zip-full
# https://www.kernel.org/
ENV KERNEL_VERSION 4.0.7
ENV KERNEL_VERSION 4.0.9
# Fetch the kernel sources
RUN curl --retry 10 https://www.kernel.org/pub/linux/kernel/v${KERNEL_VERSION%%.*}.x/linux-$KERNEL_VERSION.tar.xz | tar -C / -xJ && \
View
@@ -6,7 +6,7 @@ small ~24MB download and boots in ~5s (YMMV).
## Features
* Kernel 4.0.7 with AUFS, Docker v1.7.1 - using libcontainer
* Kernel 4.0.9 with AUFS, Docker v1.7.1 - using libcontainer
* Container persistence via disk automount on `/var/lib/docker`
* SSH keys persistence via disk automount

0 comments on commit 7de71c8

Please sign in to comment.