How to make smaller Docker images with upx and multistage builds
In a previous article of me i had give an example on how to use upx in order to compress executables but still be runnable, you can find……
# Linux, Devops, Scripting, Cats and various things come to my mind
In a previous article of me i had give an example on how to use upx in order to compress executables but still be runnable, you can find……
Assume the following scenario! you are the on-call engineer of a company and they asked you to support them on a docker issue, the problem……
I own a Mac computer with an M2 processor is a very good computer but has one major problem for me.. IBM has not yet ported ibm_db2 Python……
In this article i will show you how to use the Redis docker container to start a redis instance! Not difficult but can be tricky for Docker……
In this article i will show you how to configure syslog logging per container, having logs organized in a <container-name>/<logfile>……
In this article I show you how to create and use your own local docker registry, the reasons to create your own registry are keep images……
In this article i will show you how you can create a Postgres container, create tables if not exist and import data to the tables from csv……
Recently I came up with the following problem: “How to change the listening port of a docker container without restarting the container.” I……
chatgpt is here! no idea if it will make developers/system admins obsolete in the long term, but for now, I am convinced that it can help……
In this example we will see how you can use docker to containerize your Flask application, Redis server and Nginx.…