Category: Containers
Containers technologies – e.g. docker
Clean up docker images (Commandline)
Have you been exploring different docker images? Have you noticed your available disk space reduced significantly after a while? It might be due to your unwanted (unused) images sitting in your hard disk. It’s time to clean it up First of all, to find out what are the images you have on your system, use
Read More »
Docker client on WSL 2 can’t connect to daemon on windows host
I’ve managed to connect from WSL 1 docker client to daemon on my windows host previously. Updated my WSL 1 to WSL 2, and i can no longer connect, as it failed to communicate with the daemon. After some googling, I’ve found out that I’ve previously set an environment variable DOCKER_HOST (I’m using bash, therefore
Read More »