Skip to content

A microservice for managing Docker operations for Haaukins

Notifications You must be signed in to change notification settings

aau-network-security/gdock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gdock

gdock is a gRPC wrapped service which serves functionalities of go-dockerclient. gdock does not include all functionalities of the given library, it means that any function which might be required could be added.

How to run

$ docker build -t gdock .
$ docker run -d --net=host -v /var/run/docker.sock:/var/run/docker.sock gdock 

Docker socket of the host should be mounted in order to use this gRPC service, since the service is about managing docker containers

Example Client Calls

There are few examples under ./grpc/client/main.go.

About

A microservice for managing Docker operations for Haaukins

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published