You probably heard of an amazing piece of technology called Devcontainers. Largely pushed by Microsoft through their editor Visual Studio Code and their online development platform Codepsaces, it makes this piece of software the ideal companion to completely containerize your development environments.Since I am a huge fan of containerization, I had a closer look.In this…
Ever needed to get hold of what is going on in Docker or why some logs seem to be outside of the usual log files. Heck even Docker logs does not give you the information you are looking for and yet your containers seem to restart without you having any trace of that. Docker logs…