This website requires JavaScript.
Explore
Help
Register
Sign In
Guest24897
/
DockerCLI
mirror of
https://github.com/docker/cli.git
Watch
1
Star
0
Fork
You've already forked DockerCLI
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c30ccb308d
DockerCLI
/
cli
/
command
/
stack
/
testdata
/
stack-services-without-form...
3 lines
224 B
Plaintext
Raw
Normal View
History
Unescape
Escape
add unit tests to stack package Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
2017-06-20 14:00:01 -04:00
ID NAME MODE REPLICAS IMAGE PORTS
Fix presentation of published "random" host ports Ports that were picked from the ephemeral port range were presented as `*:0->80/tcp`. This patch changes the presentation to use the actually assigned port, instead of the port specified in `Endpoint.Spec` (which is always empty/zero (`0`)) Before this change; ID NAME MODE REPLICAS IMAGE PORTS 5d44i665qj66 with-random-port replicated 1/1 nginx:alpine *:0->80/tcp After this change; ID NAME MODE REPLICAS IMAGE PORTS 5d44i665qj66 with-random-port replicated 1/1 nginx:alpine *:30000->80/tcp Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2017-07-31 18:45:50 -04:00
id-foo name-foo replicated 0/2 busybox:latest *:30000->3232/tcp