Tag: docker

  • Binding container port(s) to a specific IP address

    By default, when one publishes a port for a container, all interfaces (IP addresses) listen for traffic on that port. There may be instances where we only want to publish the port on a specific IP address.

  • Containerizing my PHP application from the 2010s

    I have a PHP application I started writing back in 2010 and worked on it until 2016. Years later, I want to containerize the application since that is what we do. Also, I want to revisit the application and make some improvements. When I first started the project, the development landscape was a lot different…

  • Onsite Stack Ansible Playbook

    I have just published an Ansible playbook to deploy a stack with Docker, PhotoPrism, Samba, Sanoid, and ZFS. This stack was deployed and used in January 2025. https://github.com/jonathanmtran/ais-onsite-stack Background For a retreat that took place in January 2025. I needed a server for the following functions: For the requirement of a file share, the obvious…