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
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
Docker tail -f from the end
The docker way:
docker logs -f --tail 10 container_name
The host way
$(docker inspect --format='{{.LogPath}}'
# Then
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
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
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
Docker entrypoint vs cmd
I'm always forgetting what is the difference between Docker's entry point vs
Docker cmd. Which one
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
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