I try to run docker in hyper container, but failed. The problems are: 1) Storage driver No storage driver (dm, aufs, overlay, etc...) is supported by hyper kernel. 2) Bridge module ``` bash-4.1# /sbin/modprobe -v bridge install /sbin/modprobe --ignore-install bridge && /sbin/sysctl -q -w net.bridge.bridge-nf-call-arptables=0 net.bridge.bridge-nf-call-iptables=0 net.bridge.bridge-nf-call-ip6tables=0 FATAL: Module bridge not found. FATAL: Error running install command for bridge bash-4.1# ```
I try to run docker in hyper container, but failed. The problems are:
Storage driver
No storage driver (dm, aufs, overlay, etc...) is supported by hyper kernel.
Bridge module