Changes between Version 7 and Version 8 of NGINX HowTo Install Using Docker


Ignore:
Timestamp:
10/05/16 16:05:28 (8 years ago)
Author:
saj.issa
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NGINX HowTo Install Using Docker

    v7 v8  
    37376. Configure /share/nginx.conf as necessary to include files and set client direct requests to the appropriate backend webapps.
    3838
    39 7. Build container
     397. To build the image :
    4040
    4141    {{{sudo docker build -t lcbruit/nginx_ssl:v1.1 .}}}
    4242
    43 sudo docker run -d -p 80:80 -p 443:443 -e 'DH_SIZE=512' -v /share:/etc/nginx/external/ lcbruit/nginx_ssl:v1.1
    44 
    45 8. To build the image :
    46 
    47 sudo docker build -t lcbruit/nginx_ssl:v1.1 .
    48 
    49 9. To run the docker container :
     438. To run the docker container :
    5044
    5145    {{{sudo docker run -d -p 80:80 -p 443:443 -e 'DH_SIZE=512' -v /share:/etc/nginx/external/ lcbruit/nginx_ssl:v1.1}}}
    5246
    53 10. Test Nginx :
     479. Test Nginx :
    5448
    5549    {{{http://XXXXXXXXXXXXXX.xuhl-tr.nhs.uk}}}