Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.55 KB

README.md

File metadata and controls

53 lines (34 loc) · 1.55 KB

Docker

Docker is a library for the Go Programming Language. It provides some operations to manage Docker containers.

Status

Build Status AppVeyor Build Coverage Status GoDoc

Features

  • Container type which provides commands to manage containers.
  • Docker type to manage Docker binary directly.
  • Image type which provides commands to manage images.
  • ImageMongoDB type which represents a MongoDB's Image.

Installation

To install raiqub/docker library run the following command:

go get gopkg.in/raiqub/docker.v0

To import this package, add the following line to your code:

import "gopkg.in/raiqub/docker.v0"

Examples

Examples can be found on library documentation.

Running tests

The tests can be run via the provided Bash script:

./test.sh

License

raiqub/docker is made available under the Apache Version 2.0 License.