Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Potential document outline:
  • Why docker?
    • Pros
    • Cons
  • Build process
    • Potential processes
      • Jenkins
      • Docker hub
    • How many images are built?
      • uPortal
      • Quickstart Database
  • Customization/Deployment approaches
    • Build a separate container FROM jasig/uportal:5
    • Simply overlay customizations using volume mounts at deploy time
  • Customization process
    • Build FROM jasig/uportal:5
    • Etc
    • docker-compose.yaml
    • kubernetes
  • Deployment process
    • kubernetes deployments
    • docker-compose/docker app bundles
    • ecs task definitions
  • No labels