Changes

Jump to navigation Jump to search
659 bytes added ,  13:18, 23 September 2014
m
no edit summary
Line 49: Line 49:  
===B. Docker options===
 
===B. Docker options===
 
* TBA
 
* TBA
 +
* Docker cluster?? (Multiple SME Servers load balancing docker containers)
 +
    
===C. Image options===
 
===C. Image options===
Line 56: Line 58:  
==SME Databases==
 
==SME Databases==
 
===Container options===
 
===Container options===
 +
Container options can be passed to the container at 'boot' time. These options can include the following aspects:
 +
* network (ports, port mapping)
 +
* 'cpu' (load)
 +
* memory allocated (size)
 +
* Storage (mount paths, both inside container and (remote) host)
 +
* Domain names (FQDN (sub)domains, Web server Aliases)
 +
* Links to other containers (container wordpress automatically starts container MySQL)
 +
 +
Unlike containers, images themselves do not carry this information, but only the exposed (open) ports.
 +
 +
Hence the usage of SME Server db system to store preferred options per container.
 +
 +
 
Syntax:
 
Syntax:
 
  db docker_containers [name]
 
  db docker_containers [name]

Navigation menu