Skip to content
/ docker Public

Package docker provides some operations to manage Docker containers

Notifications You must be signed in to change notification settings

raiqub/docker

Repository files navigation

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.

About

Package docker provides some operations to manage Docker containers

Resources

Stars

Watchers

Forks

Packages

No packages published