Changes between Version 5 and Version 6 of SystemAdministration/Docker


Ignore:
Timestamp:
07/13/15 12:56:56 (9 years ago)
Author:
Willem Elbers
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SystemAdministration/Docker

    v5 v6  
    102102
    103103#Create application container
    104 docker create --name nginx --volumes-from nginx_volume -p 80:80 -p 443:443 --link nexus:nexus --link registry:registry clarin/nginx
     104docker create --name nginx --volumes-from nginx_volume -v /root/certstore/wildcard-clarin-eu/bundle.cer:/etc/nginx/ssl/bundle.cer -v /root/certstore/wildcard-clarin-eu/privateKey.key:/etc/nginx/ssl/privateKey.key -p 80:80 -p 443:443 --link nexus:nexus --link registry:registry clarin/nginx
    105105
    106106#Optionally restore data into the volume container