rM-docker icon indicating copy to clipboard operation
rM-docker copied to clipboard

Docker images for emulating the remarkable 2

Results 14 rM-docker issues
Sort by recently updated
recently updated
newest added

When building this container I run into ``` # wget https://github.com/timower/rM2-stuff/releases/download/v0.1.2/rm2display.ipk # Connecting to github.com (140.82.121.3:443) # wget: note: TLS certificate validation not implemented # wget: error getting response: Connection...

Thanks for making this, it seems really useful! I was hoping to use this to play with the cloud synchronisation (in relation to [ddvk/rmfakecloud](https://github.com/ddvk/rmfakecloud)) but xochitl doesn't work in the...

I haven't directly tested this yet, but in theory it should shrink the build cache a bit. Here-documents are a newer dockerfile feature to make multi-line stuff easier: https://docs.docker.com/engine/reference/builder/#here-documents

Readme says: ``` # Now login using the root account, no password # Or ssh: ssh root@localhost -p 2222 ``` but with ```shell ssh root@localhost -p 2222 ``` a password...

#### Steps to reproduce: 1. Build Docker image from repo with `qemu-rm2fb` as target 2. Run inside a container with port 22 open: ` $ docker run -it --volume /tmp/.X11-unix:/tmp/.X11-unix...

Currently blocked by https://github.com/toltec-dev/toolchain/pull/30

Have you looked at using the rM kernel sources instead of upstream?

enhancement

It would be interesting to use copy on write to store changes to the base image in a way where this can be uploaded without the rootfs, but with the...

https://wiki.qemu.org/Documentation/9psetup This will allow mounting a folder all the way through to the guest.

This will save time for automated builds as they can pull the existing builds before building and caching their own rootfs.