From f92084506a2ba95347487187c3f26e317032acd7 Mon Sep 17 00:00:00 2001 From: Peter Wilmott Date: Mon, 20 Jul 2015 18:40:45 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3e22f3d..f2e0a2b 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,10 @@ Docker implemented in 100 lines of bash. The following packages are needed to run bocker. -* util-linux 2.25.2 -* btrfs-progs 3.16.2 +* util-linux >= 2.25.2 +* btrfs-progs - -Because RHEL/CentOS 7 do not ship a new enough version of util-linux you will need grab the sources from [here](https://www.kernel.org/pub/linux/utils/util-linux/v2.25/) and compile it yourself. +Because most distributions do not ship a new enough version of util-linux you will probably need grab the sources from [here](https://www.kernel.org/pub/linux/utils/util-linux/v2.25/) and compile it yourself. Additionally `/var/bocker` needs to be on a btrfs filesystem. From 71135452ea7b91fff973d73e01801d341e2b4193 Mon Sep 17 00:00:00 2001 From: Peter Wilmott Date: Mon, 20 Jul 2015 18:49:42 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f2e0a2b..9dc33ad 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ $ ./bocker rm img_e6b698c1-513d-4a40-807c-23b0fe54353a img_e6b698c1-513d-4a40-807c-23b0fe54353a ``` -## Currently Implemented +## Functionality: Currently Implemented * `docker build` † * `docker images` @@ -48,7 +48,7 @@ img_e6b698c1-513d-4a40-807c-23b0fe54353a † `bocker init` provides a very limited implemetation of `docker build` -## Not Yet Implemented +## Functionality: Not Yet Implemented * Networking * Port Forwarding @@ -56,6 +56,11 @@ img_e6b698c1-513d-4a40-807c-23b0fe54353a * Data Volume Containers * `docker commit` +## FAQ + +###### Q: What do you get if you multiply six by nine? +###### A: The natural number that succeeds 41 and precedes 43. + ## License Copyright (C) 2015 Peter Wilmott