VS Code 1.75.1 Error – „pythonPath“ is not valid
With VS Code 1.75.1 you could get this error message. What helped in my environment was, to patch an extension file in the WSL. You… Read More »VS Code 1.75.1 Error – „pythonPath“ is not valid
With VS Code 1.75.1 you could get this error message. What helped in my environment was, to patch an extension file in the WSL. You… Read More »VS Code 1.75.1 Error – „pythonPath“ is not valid
With VS Code 1.75.1 you could get this error message. What helped in my environment was, to patch an extension file in the WSL.
Basic Starting / Stopping Docker doctor Docker failed to stop” whenever Docker Desktop is run on Windows Solution: Unregistrering docker-desktop
TL;DR The complete code for the post is here. General Information Building a Docker image mainly means creating a Dockefile and specifying all the required… Read More »Docker | Create an extensible build environment
Readings https://github.com/talos-systems/talos Kubectl autocomplete BASH You can also use a shorthand alias for kubectl that also works with completion: ZSH Kubectl context and configuration Set which Kubernetes… Read More »Kubernetes | Cheat Sheet
Readings Helm – The Kubernetes Package Manager – Home – GithubHelm: package manager (analogous to yum and apt) Charts: packages (analogous to debs and rpms). Home for… Read More »Kubernetes| Getting started
Useful apps portainer.io: MAKING DOCKER MANAGEMENT EASY. Build and manage your Docker environments with ease today. dive: About A tool for exploring each layer in… Read More »Docker | Cookbook
General Information Docker Cheatsheet Awesome-Docker Installation Install with Homebrew After Installation, check versions First steps Start a docker image with a given name Run a… Read More »Docker | Getting started