Skip to content

johnseed/DockerImageTransfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker image transfer

Save and load docker images in bulk.

Publish

$ dotnet publish -c Release -r linux-x64 -p:PublishSingleFile=true --self-contained -p:PublishTrimmed=true -p:PublishReadyToRun=true -p:PublishReadyToRunComposite=true
$ dotnet publish -c Release -r linux-arm64 -p:PublishSingleFile=true --self-contained -p:PublishTrimmed=true -p:PublishReadyToRun=true -p:PublishReadyToRunComposite=true
$ dotnet publish -c Release -r win-x64 -p:PublishSingleFile=true -p:PublishTrimmed=true -p:IncludeNativeLibrariesForSelfExtract=true  -p:PublishReadyToRun=true -p:PublishReadyToRunComposite=true
$ dotnet publish -c Release -r osx.11.0-arm64 --no-self-contained -p:PublishSingleFile=true

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages