by piotr | Feb 19, 2023 | Docker, Kubernetes, Uncategorized
Have you ever wanted wildcard entries in the/etc/hosts file? What about CNAME, TXT, or MX records? Do you want to run a DNS server for development? Cumbersome to update upstream name servers when switching networks? All of the above can be solved by running your...
by piotr | Feb 2, 2023 | Azure, Docker
Why is there no emulator for it? There is one now! Modern development environments and fast integration tests often require services deployed locally. Recently, it has become more visible as companies shift towards more rapid release cycles, containerization, and...
by piotr | Jan 25, 2023 | Docker
What if you want something different, custom or just have more instances of the same distribution? Microsoft Store provides a variety of Linux distributions to choose from, but it might be not enough at times. Luckily it turns out it is trivial to get what you want!...
by piotr | Jan 18, 2023 | Docker
Have you ever tried replacing Docker Desktop by installing Docker on your WSL instance to discover that now you don’t even know how to connect to it from CLI or other development tools? Have you ever got following error message when trying to use Docker CLI?...