Monday, September 28, 2015

Architecting Containers

http://rhelblog.redhat.com/2015/07/29/architecting-containers-part-1-user-space-vs-kernel-space/

http://rhelblog.redhat.com/2015/09/17/architecting-containers-part-2-why-the-user-space-matters-2/

Friday, September 25, 2015

Solaris : Mount an ISO CD Image

lofiadm -a /path/to/cd.iso

Output:

/dev/lofi/1


mount -o ro -F hsfs /dev/lofi/1 /mnt

Now the ISO image is mounted under /mnt