Saving and loading an image --------------------------- Saving the image '''''''''''''''' To save an image type: .. code-block:: shell $docker image save > .tar Loading the image ''''''''''''''''' To load an image type: .. code-block:: shell $docker image load < .tar