Bridge network (“–network bridge”, default) Details – Containers of this type are in the same network. – Their network is
Continue readingCategory: Virtualization
Basic docker commands
Builder Build an image docker buildx build {dockerfile} Images Pull an image (from remote) docker image pull {image} Push an
Continue readingContainers vs. Virtual Machines
Containers Virtual Machines Representative Docker1 VirtualBox Shared HW + OS HW Daemon Engine Hypervisor Persistence Image2 (+ Volume3) Image Instance
Continue reading