How to upgrade Ubuntu but preserve your Docker versioned application stack

Operating system Ubuntu 18.04 LTS ended it’s security updates by the end of April 2023. When running a dockerized application on top, you want more control and stay operational. I did this for one of our customers, and thought I’d publish the procedure fo… Read more

Similar

Docker Data Containers

There is more than one way to manage data in Docker container. Say hello to the Data Containers. Simply put data containers are containers whose job is just to store/manage data. Similar to other containers they are managed by the host system. However, th... (more…)

Read more »