Skip to content
This repository was archived by the owner on Mar 18, 2024. It is now read-only.

add InspectImage - #109

Merged
aluzzardi merged 1 commit into
samalba:masterfrom
donhcd:inspectImages
May 19, 2015
Merged

add InspectImage#109
aluzzardi merged 1 commit into
samalba:masterfrom
donhcd:inspectImages

Conversation

@donhcd

@donhcd donhcd commented May 19, 2015

Copy link
Copy Markdown
Collaborator

ping @aluzzardi @vieux @ehazlett

simple testing code:

package main

import (
        "fmt"
        "github.com/samalba/dockerclient"
)

func main() {
        docker, err := dockerclient.NewDockerClient("unix:///var/run/docker.sock", nil)
        if err != nil {
                panic(err)
        }
        im, err := docker.InspectImage("busybox:latest")
        if err != nil {
                panic(err)
        }
        fmt.Println(im)
}

@ehazlett

Copy link
Copy Markdown
Collaborator

LGTM

1 similar comment
@aluzzardi

Copy link
Copy Markdown
Collaborator

LGTM

aluzzardi added a commit that referenced this pull request May 19, 2015
@aluzzardi
aluzzardi merged commit c8f6c75 into samalba:master May 19, 2015
@donhcd
donhcd deleted the inspectImages branch May 19, 2015 20:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants