summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2019-10-11 15:11:04 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2019-10-11 15:11:04 +0200
commit5b555493981dc95785e2e9958e0cf2484f98c7af (patch)
tree39c1af8fe23fd129a47e5c219a8fca9f92b1d993 /README.md
parent88fd7174eaefdce1fc92c95cba29f1daa327e5f4 (diff)
downloaddocker-master.tar.xz
some adaptions to README.mdHEADmaster
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index f28e196..3ae3da3 100644
--- a/README.md
+++ b/README.md
@@ -7,11 +7,11 @@ Cloned from https://github.com/moby/moby/tree/master/contrib/mkimage-arch.sh
Choose an ARCHITECTURE in `mkimage-arch.sh` and set the corresponding
variable on top (for all practical purposes this should be 'pentium4').
-Run `mkimage-arch.sh` builds a docker image named `archlinux32`
-using `i686` architecture packages.
+Running `mkimage-arch.sh` builds a docker image named `archlinux32`
+using the architecture packages picked above.
-Run `uname -m` in the shell started with
+Running `uname -m` in the shell started with
`docker run -it archlinux32 /usr/bin/linux32 /bin/bash` indeed
-shows `i686` (Note: it shows `i686` for `i686` and `pentium4`,
+shows `i486` or `i686` (Note: it shows `i686` for `i686` and `pentium4`,
also note that a docker chroot doesn't emulate CPU flags like SSE/SSE2 in
`/proc/cpuinfo`!).