Focker is a FreeBSD image/jail orchestration tool in the vein of Docker. - sadaszewski/focker... (more…)
Read more »
So Docker is buzzword. If you’ve been in the industry long enough you know how dangerous buzzwords can be, not because there’s not actual value in what they promote, but the risk of inv… (more…)
Read more »
TL; DR: Running containers in the host network namespace is insecure. Don’t run Docker containers with docker run --net=host . Don’t run… (more…)
Read more »
Introduction My first encounter with docker goes back to early 2015. Docker was experimented with to find out whether it could benefit us. At the time it wasn’t possible to run a container [i… (more…)
Read more »