Nishant Totla

Results 12 comments of Nishant Totla

@friism can you explain why you need this?

@DanielYuan2012 can you post the output of `docker service inspect` for the two services you're running?

@aaronlehmann @aluzzardi I can see the tag on `docker ps` when I use the master branch. For example: ``` $ docker service create alpine:3.5 sleep 1000 7vy6p7kp2j0di9gqsktsbi2mi $ docker images...

@aluzzardi that doesn't look right, because you can see the digest without `--no-trunc`. I believe you might have tested on a slightly older commit. I get exactly the same behavior...

Thanks @calavera. For reference, here's how Engine does it by defining a separate function: https://github.com/docker/docker/blob/2658341b5fe9dec5c4839f0721219111fb08b43f/daemon/inspect_unix.go#L24 And then using a wrapper function: https://github.com/docker/docker/blob/2658341b5fe9dec5c4839f0721219111fb08b43f/daemon/inspect.go#L19 (Thanks to @tiborvass for pointing that out). Also,...

@amirma thanks for the prompt reply! Seems like your build is failing. Could you take a look at that? It would be nice to merge this.

It seems like some package paths/locations may have changed: ``` 27.62s$ go get -t -v ./... github.com/stretchr/testify (download) github.com/boltdb/bolt (download) github.com/hashicorp/consul (download) github.com/coreos/etcd (download) github.com/coreos/go-semver (download) github.com/ugorji/go (download) Fetching https://golang.org/x/net/context?go-get=1...