top of page
Search


A real example from my experience using docker!
Almost all the projects I work on daily are contained in production. Others, however, are also contained in the development environment....
Klevis Cipi
Aug 2, 20242 min read
2 views


How to redirect traffic from the host machine to Docker containers without using an orchestration tool?
Docker, by default, isolates containers from the host and other containers. However, it offers several mechanisms for establishing...
Klevis Cipi
Aug 2, 20242 min read
19 views

Docker: the “Trojan horse” of modern IT? Reflections on security and hidden dependencies.
I feel like there’s this tendency to take the security thing for granted when using Docker. Docker containers are alive inside an...
Klevis Cipi
Aug 1, 20242 min read
20 views


Persistent data on Docker: Volumes
Docker is a very powerful tool in all fields concerning software, but this has a small price to pay: More complexity to the architecture....
Klevis Cipi
Jun 3, 20243 min read
9 views
STAY IN THE KNOW
Subscribe to my newsletter
bottom of page