Skip to content
Simran's Writing Room
Menu
  • Blogs
  • Books
  • About
Menu

Transfer/Share docker images from one host to another

Posted on by Simran

Following commands can be used to transfer a docker image from one host to another. Docker save – Exports an image to tar archive. Docker load – Loads an image from a tar archive. Let’s look at an example. To transfer opengrok image from host A to host B On Host A After copying the…

Read more

Integration tests – Using haproxy for communicating with SSL enabled containers

Posted on by Simran

While writing a few Integration tests(ITs), I ran into a scenario where my test had to make a few calls to the SSL enabled custom keycloak container. I had to communicate over HTTPS with the keycloak container since HTTP was disabled. I also wanted my tests to be compatible with any future customizations to the…

Read more
  • Previous
  • 1
  • 2
  • 3
© 2025 Simran's Writing Room