There is quite some buzz around docker and no one can avoid to read about it. So I wanted to try it out. Since version 1.0 is now out some things got even smoother it seems. Here is the short version of the commands: Add the Virtualization repository zypper ar http://download.opensuse.org/repositories/Virtualization/openSUSE_13.1 docker zypper ref Install …]
Thanks for this! I am also using docker in my work place as part of my coding workflow. I code in my local machine then map my drive into docker then do my testing inside of the docker instance.