Skip to content
/ docknet Public

Pull docker image without docker installation - dotnet tool

License

Notifications You must be signed in to change notification settings

bduman/docknet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docknet Nuget Master Release Pipeline

Pull docker image without docker installation - dotnet tool

Installation

dotnet tool install --global Docknet

Usage

$ docknet -h

Usage: Docknet [command] [options]

Options:
  --version     Show version information
  -?|-h|--help  Show help information

Commands:
  pull          Pull an image or a repository from a registry

Run 'Docknet [command] -?|-h|--help' for more information about a command.

Download image with this command.

docknet pull ubuntu

image

Then load image to docker client installed host

docker load -i library_ubuntu.tar

Thanks

Ported from python version - NotGlop/docker-drag

About

Pull docker image without docker installation - dotnet tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages