Docker

To import container image(s) from an archive or compressed file:

docker load < <archive.tar>|<compressed_file.gz>

Upload a container image changing the temporary directory

TMPDIR=<PATH/TO/TEMP_DIR> docker push <REGISTRY>/<REPOSITORY>:<IMAGE_TAG>

This site uses Just the Docs, a documentation theme for Jekyll.