Docker is a library for the Go Programming Language. It provides some operations to manage Docker containers.
- 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.
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 can be found on library documentation.
The tests can be run via the provided Bash script:
./test.sh
raiqub/docker is made available under the Apache Version 2.0 License.