Linux

Trying to create a tap device failed https://github.com/rootless-containers/rootlesskit/issues/69 I just needed to install iproute2 #apk add iproute2 And be sure to have the tun driver loaded
2019-10-23
1 min read
I thought of leveraging zvols to expose rootfs to firecracker, so this is really simple. First download a template image from OpenVZ http://download.
2019-10-02
4 min read
I/O devices are treated as special files called device files, major numbers are used in device files to identify the type of device and the minor number identifies a specific device.
2019-09-03
2 min read