Creating the NFS Volume:
$ docker volume create --driver local \
--opt type=nfs \
--opt o=addr=192.168.1.115,uid=1000,gid=1000,rw \
--opt device=:/mnt/volumes/mysql-test \
mysql-test-1| /*! | |
| * time_of_day.css | |
| * Time Sensitive CSS | |
| * @danott in reply to @kalebheitzman's tweet http://twitter.com/#!/kalebheitzman/status/26639173336 | |
| * | |
| * Here is a basis of class names for how I would approach a time-sensitive CSS stylesheet. | |
| * | |
| * Along with these classnames, I'd use side-by-side PHP and Javascript functions to add classes to | |
| * the body element of your html document. | |
| */ |