DevTech101

DevTech101

Month: May 2017

Using ZFS For The Docker COW Storage Layer(s) In Ubuntu 17.04

Switching Docker AUFS to Docker ZFS Below I will show you, how to switch from the default Docker AUFS storage driver to the ZFS storage driver on Ubuntu 17.04. First lets make sure that ZFS support is load in the kernel. lsmod | grep zfs zfs 2711552 5 zunicode 331776 1 zfs zavl 16384 1 …

Using ZFS For The Docker COW Storage Layer(s) In Ubuntu 17.04 Read More »

Solaris Chef Kitchen Docker Quick Notes

Preparing Solaris 11 for Chef, especially Chef Kitchen(Ruby Gem’s) For Solaris 11 to be able to run / use Chef Kitchen, you might need to follow the below installation perpetrations. Note: The notes below extend the article – Using chef kitchen docker build behind corporate proxy firewall pkg install ruby Packages to install: 2 Mediators …

Solaris Chef Kitchen Docker Quick Notes Read More »

Gotchas / Tips Creating Your Own Private Docker Registry With Self Signed Certificate

Creating your own private Docker Registry using a Self Signed Certificate Creating your own private Docker Registry without authentication, authorization or SSL can be a simple process, but creating a private Docker Registry with SSL support, authentication i.e. Tokens, LDAP, etc.. can be a bit more complicated. Below I will show you in detail how …

Gotchas / Tips Creating Your Own Private Docker Registry With Self Signed Certificate Read More »