-
Podman (daemonless Docker-like cont. engine) generates great container names
Playing with Podman I’ve just realized that it has great dictionary for generating random names for new containers. Example:
-
Difference between Windows Server Containers and Hyper-V Containers
There are two modes for the containers: Windows Server Containers and Hyper-V Containers From a development perspective it does not matter because the only difference is a flag Hyper-V / Windows Server container. That is why I wrote two modes and not two types. Windows Server Containers vs. Hyper-V Containers Windows Server Containers Similar to traditional…