docker

05
Jun
Windows containers how to...not?

Windows containers how to...not?

Things to know about Windows Containers This started as an initial research into Windows Containers. My initial impression was not
6 min read
30
Jan
The Kubernetes history- the project which almost never happened

The Kubernetes history- the project which almost never happened

"It's 2013. The environment in silicon vally was on the heels of the devops movement, automation tools
4 min read
18
Oct
Docker tail -f from the end

Docker tail -f from the end

The docker way: docker logs -f --tail 10 container_name The host way $(docker inspect --format='{{.LogPath}}' # Then
08
Oct
Sessions not set SameSite cookie Firefox vs Chome iframe

Sessions not set SameSite cookie Firefox vs Chome iframe

This matter comes into play when you are embedding an iframe into your application (e.g. maybe your application is
3 min read
17
Aug
FastAPI Production Deployment with Github actions & Dokku

FastAPI Production Deployment with Github actions & Dokku

This FastAPI tutorial shows you how to develop and deploy python FastAPI to a server with automated deployment & TLS
9 min read
30
Jun
Quickly setup local Laravel development using docker without php installed locally

Quickly setup local Laravel development using docker without php installed locally

The following will create the Laravel hello world application in your current working directory, without haveing needing to have the
1 min read
30
Nov
Docker entrypoint vs cmd

Docker entrypoint vs cmd

I'm always forgetting what is the difference between Docker's entry point vs Docker cmd. Which one
2 min read
12
May
Scaling Kubernetes ReadWriteMany Ceph Deployments

Scaling Kubernetes ReadWriteMany Ceph Deployments

Run ReadWriteMany volumes on Google Kubernetes engine which allows your Deployments with persistent data to scale. This allows us to
10 min read
23
Mar
Building Non Root Docker Images OpenShift

Building Non Root Docker Images OpenShift

* Bummer: You can rarely use an existing Dockerhub image and run it on OpenShift out the box. * Although with good
3 min read
Collect recurring payments with Subscribie