Tag: docker image

  • Getting started with GitHub Actions

    In my orthweb project, I had to compile a library on my own. In search for free computing resources I realized that GitHub action can…

    Read
  • Automatic deployment of Orthanc on AWS

    [Update] I changed reverse proxy from Nginx to Envoy. Here‘s the detail. [Update] Some security improvement was introduced in may 2021. Here‘s detail. [Update] Here’s…

    Read
  • Host legacy application in Docker 2 of 2

    My previous notes include some tricks in hosting legacy application in docker. This is a continuation from that work, after 1.5 months… Use Case I…

    Read
  • Host legacy application in Docker 1 of 2

    This is my notes from containerizing a legacy application with Docker compose. We have to run multiple instances of our application because we’re unable to…

    Read