- Improve scripts under Docker CE for Windows
- Remove sudo prefix for desktop shotcuts boot
- Add modules loading support for windows and macosx
- Add minix support: mfstool or dkms based minix kernel driver support
- Use dkms to add more drivers, such as minix fs, http://xmodulo.com/build-kernel-module-dkms-linux.html
- Optimize performance issue of tools/docker/config, should be cleaned up and optimized
- tools/docker/list, tools/docker/release very slow on windows.
- the tools/docker/config should be dividied into several parts.
- Export docker image and upload to Cloud Disk for late import to isolated network.
- Add ebpf lab: https://github.com/zlim/bcc-docker
- Add missing manpages?
- Remove or minimize cloud-ubuntu-web and webvnc by default?
- Add remote resizing support for x11vnc: LibVNC/x11vnc#107
- Clean up default novnc page
- Change the entrypoint, from host (/tools/lab/run) to guest (/usr/bin/run)
- the /usr/bin/run copy tools/lab/run to /usr/bin/lab-run and run it, so, the file can be released in host side.