Tag: docker swarm

  • Secure web application deployment

    In Nov 2020, I created OrthWeb project, a deployment of Orthanc’s server. Orthanc is a DICOM viewer and repo shipped in Docker container. In the…

    Read
  • Docker storage

    Microservices are all about stateless and ephemeral workloads, and containers are great microservices. This may suggest that that Docker is all about ephemeral storage. In…

    Read
  • Automated Deployment Pipeline 3 of 3

    Background We have previously covered a pipeline example with Jenkins calling Ansible to leverage OpenSSH configuration and Ansible inventory. We also discussed a use case…

    Read
  • Automated Deployment Pipeline 2 of 3

    In this posting, we continue to discuss Jenkins’ ability to automate deployment routines. Jenkins supports freestyle project out of the box, as well as Pipeline…

    Read
  • Automated Deployment Pipeline 1 of 3

    The business case You launched a software application. You installed it on two customer sites. You support the application mostly by SSH to customer server…

    Read
  • Docker network in different modes

    Reading notes of “Docker DeepDive”. Docker networking is backed by libnetwork, which is an implementation of Container Network Model (CNM), an open-source pluggable architecture designed…

    Read