TIL 2020-11-02

  1. How Linux Works by No Starch Press - Comprehensive book on Linux internals and system administration fundamentals.

  2. Docker Networking - Docker images can by default reach any server that the host can access, important for security considerations.

  3. Selenium Chrome Configuration - When running selenium/standalone-chrome, ensure Docker proxy configuration allows access to required pages.

  4. Docker Proxy Setup - Proxy configuration is crucial for containerized applications to reach external resources correctly.