Software Alternatives & Reviews

Mastering the Docker networking

nginx NGINX Plus
  1. 1
    A high performance free open source web server powering busiest sites on the Internet.
    Pricing:
    • Open Source
    $ docker run \ --network bridge \ alpine \ sh -c "wget http://172.17.0.2 -O -" Connecting to 172.17.0.2 (172.17.0.2:80) Writing to stdout <!DOCTYPE html> <head> Welcome to nginx! Html <span class="o">{</span> color-scheme: light dark<span class="p">;</span> <span class="o">}</span> Body <span class="o">{</span> width: 35em<span class="p">;</span> margin: 0 auto<span class="p">;</span> Font-family: Tahoma, Verdana, Arial, sans-serif<span class="p">;</span> <span class="o">}</span> Welcome to nginx! If you see this page, the nginx web server is successfully installed and Working. Further configuration is required. For online documentation and support please refer to Href="http://nginx.org/">nginx.org. Commercial support is available at Href="http://nginx.com/">nginx.com. Thank you for using nginx. - 100% |********************************| 615 0:00:00 ETA Written to stdout.

    #Web And Application Servers #Web Servers #Application Server 46 social mentions

  2. NGINX Plus is an open-source software load balancer that improves the speed of the applications and enhances the distribution of workloads.
    $ docker run \ --network bridge \ alpine \ sh -c "wget http://172.17.0.2 -O -" Connecting to 172.17.0.2 (172.17.0.2:80) Writing to stdout <!DOCTYPE html> <head> Welcome to nginx! Html <span class="o">{</span> color-scheme: light dark<span class="p">;</span> <span class="o">}</span> Body <span class="o">{</span> width: 35em<span class="p">;</span> margin: 0 auto<span class="p">;</span> Font-family: Tahoma, Verdana, Arial, sans-serif<span class="p">;</span> <span class="o">}</span> Welcome to nginx! If you see this page, the nginx web server is successfully installed and Working. Further configuration is required. For online documentation and support please refer to Href="http://nginx.org/">nginx.org. Commercial support is available at Href="http://nginx.com/">nginx.com. Thank you for using nginx. - 100% |********************************| 615 0:00:00 ETA Written to stdout.

    #API Tools #Web Servers #CDN 15 social mentions

Discuss: Mastering the Docker networking

Log in or Post with