Digital Ocean introduced proxy passing on their load balancers. Without proxy passing all requests going to your web server/container will have the source IP of your load balancer. With proxy pass enabled you’ll be able to access the client’s real IP. Thi... (more…)
Read more »
This post is neither a recommendation, nor even a suggestion. It’s just me toying with an idea: Implement it at your own risk! The main benefit of Docker containers is that they are self-contained. For developers, that means one just needs to inherit from... (more…)
Read more »
deploy an android emulator on your server and stream it to your browser using docker (more…)
Read more »
A guide to dealing with Docker Hub's new charges for pulling images by moving off of Docker Hub, or by rate limiting. (more…)
Read more »