Skip to content

aswergbh888/littleDingo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 87.0%
  • Dockerfile 13.0%