Quote:
Originally Posted by coplate
What is your docker run command to start the kindle image?
Edit:
re-ran the tar on real linux, not windows 10, and now it is working, well: bash is runnign, but not sure what is running.
|
It's busybox of Kindle
Code:
$ docker run -it --rm multiarch/alpine:armhf-edge /bin/sh
/ # ls -lh /bin/busybox
-rwxr-xr-x 1 root root 929.2K Jun 12 17:57 /bin/busybox
/ # ls -lh /bin/sh
lrwxrwxrwx 1 root root 12 Jul 3 11:01 /bin/sh -> /bin/busybox
$ docker run -it --rm kpw4 /bin/sh
/ # ls -lh /bin/busybox
-rwxr-xr-x 1 root root 886.5K May 22 22:12 /bin/busybox
/ # ls -lh /bin/sh
lrwxrwxrwx 1 root root 7 May 22 22:52 /bin/sh -> busybox