Files
docker-cli/components/engine/api/client
Yong Tang 6cf519a8e1 Label containers with stack name when deploying stack/bundle
This fix tries to address the issue raised in 24881 where
the stack name is not visable when inspecting containers
deployed through stacks.

This fix adds `labelNamespace` (`com.docker.stack.namespace`)
to containers at the client side so that the stack name label
will show up after containers are deployed.

This fix is tested manually:
 - Build the binary with `make DOCKER_EXPERIMENTAL=1`
 - Create a bundle file and deploy with the `docker stack deploy`
 - Verify that `com.docker.stack.namespace` has been
set properly by checking contaners with `docker inspect <ContainerID>`

This fix fixes 24881.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
Upstream-commit: 796636716d547dc7c37ff98950ba2c662143e555
Component: engine
2016-07-26 11:53:39 -07:00
..
2016-06-07 22:38:02 +02:00
2016-06-23 13:14:39 -07:00
2016-06-22 11:06:44 -07:00
2016-06-11 13:16:55 -07:00
2016-06-21 14:15:19 -07:00
2016-06-21 15:29:25 +08:00