Docker can be extremely useful, if you know what you're doing with it. In this series, I'll show you how to effectively use it to straighten out your stack.
grub> set pager=1
grub> ls
(hd0) (hd0,msdos2) (hd0,msdos1)
grub> ls (hd0,1)/
lost+found/ bin/ boot/ cdrom/ dev/ etc/ home/ lib/ lib64/ media/ mnt/ opt/ proc/ root/ run/ sbin/ srv/ sys/ tmp/ usr/ var/ vmlinuz vmlinuz.old initrd.img initrd.img.old
grub> set root=(hd0,1)
grub> linux /boot/vmlinuz-3.13.0-29-generic root=/dev/sda1
grub> initrd /boot/initrd.img-3.13.0-29-generic
grub> bootIn the dark ages of web development, front-end development was something either flogged off onto over-burdened designers or hacked on by exhausted software developers. Not ideal. So, what's the alternative? Let's look into how Raygun handles their workflow.