Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 324 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 324 Bytes

littleDingo

Build as littledingo

docker build -t littledingo .

save image to tar file

docker save -o littledingo.tar littledingo

scp to another docker environment

scp littledingo.tar [email protected]

untar and save to image repository

docker load -i littledingo.tar

run the image

docker run littledingo