Prefer Docker save and load
over Docker export and import. This serves as a reminder for me as I often mixed up myself. Save vs Export As per documentation, save produces a tar file that contains all parent layers, and all tags + versions, or specified repo:tag, for each argum...
Feb 18, 20232 min read421
