Skip to content

FossilizedContainers/Container-CLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

CLI Using Click and Docker API

Command line interface that shows how to use the Docker API

# how to pull a specific image from dockerhub 
$ python clickLibrary.py pull-image ubuntu

# create a container using the alpine image that returns hello world
$ python clickLibrary.py hello-world

# create a detached container that returns hello world
$ python clickLibrary.py detached-hello

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages