Quote:
Originally Posted by zaoqi
preparation:
configure binfmt-support on the Docker host (works locally or remotely, i.e: using boot2docker)
Code:
$ docker run --rm --privileged multiarch/qemu-user-static:register --reset
Dockerfile:
Code:
FROM multiarch/alpine:armhf-edge
ADD update_kindle_all_new_paperwhite_v2_5.11.2_rootfs.tgz /
generate update_kindle_all_new_paperwhite_v2_5.11.2_rootfs. tgz:
Code:
$ kindletool extract update_kindle_all_new_paperwhite_v2_5.11.2.bin .
$ gzip -d rootfs.img.gz
$ gnome-disk-image-mounter rootfs.img ## or mount rootfs.img ...
$ cd <mount point>
$ sudo tar -czvf <path to update_kindle_all_new_paperwhite_v2_5.11.2_rootfs.tgz> .
Does anyone know how to start the system UI?
|
What is your docker run command to start the kindle image?
I'm trying with PW, but I'm not great with docker and am getting :
Code:
coplate@ubuntu:~/PW10$ sudo docker run pw10
docker: Error response from daemon: No command specified.
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 mostly looks like standard alpine, with a bunch of extra files in folders