About
Articles for Docker:
2021-02-01
sysadmin
Server
/
Docker
/
nginx
gzip and cache all the things
A reminder to enable gzip to improve mobile page speed ranking
2017-07-22
sysadmin
Server
/
Docker
Docker quicktips #2
Heyyy just another small set of tricks I picked up over time when working with Docker.
2015-08-12
sysadmin
Server
/
Docker
/
nginx
/
reverse proxy
Docker quick-tips
Docker is certainly interesting. It adds an additional layer between operating system and application which can be used to ease deployment. So it is somewhere between full blown virtual machines and a simple ‘chroot’. The most memorable description I heard is that ‘Docker is just a fancy wrapper for LXC …