Tag "docker"
14 results

Running LLMs Locally with Docker Model Runner
Docker for LLMs! Docker did it again :_D

Using AWS S3 as a Docker Log Destination with Fluentd
Hey there! Let’s talk about logging in your production system. It can be a real pain to manage logs when things get big, but don’t worry, I’ve got a solution for you! In this post, I’ll show you ho...

SiestaBox, a Docker Image to Simulate Running Tasks
In software development, understanding and managing time is somewhat important. Whether you’re testing application behavior under specific time conditions or simply need a reliable tool for time si...

Publishing a self-hosted Simple OTS solution
I want to share this small, simple One-Time Secret (OTS) service I made, which is just a PHP application that allows you to store and share sensitive information for a limited duration. This servic...

HTTP Codes OnDemand - A Simple Service for Testing HTTP Status Codes
If you’ve ever been developing an application that needs to handle various HTTP status codes, you know how cumbersome it can be to simulate different server responses. I often found myself in situa...

Host-based routing with Alibaba Cloud Kubernetes (ACK)
When creating a multi-deployment platform in Kubernetes, you will quickly realise how many LoadBalancer-type Services you deployed. This is usually not a problem with a self-built, self-hosted Clus...

Dealing With Large Docker Images in Alibaba Cloud Kubernetes
All applications starts in the same way, usually with a simple deployment made up of a tiny and organised Docker Container which is built and deployed within minutes. As your business grows, that t...

How A Single Character Broke Alibaba Cloud’s Container Registry
You load the site… it doesn’t work. You check the console… some weird error. You examine the code… nothing specially wrong. The debugging nightmare begins! This post starts with something “too” com...

Cross-region replicated Container Registry in Alibaba Cloud
When you start your journey around deploying services in China, soon you realise that is not the same as in the rest of places. You even feel that your prior DevOps/Ops experience doesn’t help much...

Cloudcast, Container Networking
There is a new podcast in town! Well, “Cloudcast” in this case 😅

SSH Tunnelling With Alibaba Cloud To Expose A Local Environment
What we want to solve with this tutorial?

Docker Image cleaning easy automation with cron
Docker makes it easy to ship your applications and services in containers, so you can run them anywhere. Also true is that the more you work with Docker the easier your VM tends to accumulate a hug...

Reverse proxy with Caddy on WordPress with SSL & Docker
WordPress uses the is_ssl() function to determine if SSL is being used in the server. In order to do this, it uses $_SERVER['HTTPS'] and $_SERVER['SERVER_PORT'] to check if they are set. The proble...

Magento 2.1.x Dockerfile
Magento 2 installation made easy