cli icon indicating copy to clipboard operation
cli copied to clipboard

Clarifying the service ls filter on name only uses the prefix

Open sudo-bmitch opened this issue 6 years ago • 1 comments

Signed-off-by: Brandon Mitchell [email protected]

- What I did

Doc clarification since a name filter will not match on a service name's suffix.

- How I did it

Edit to the markdown. No code changes.

- How to verify it

Create any service and attempt to filter on the suffix rather than prefix of the service name. This does not work so the docs should be updated to match the behavior.

- Description for the changelog

See the following references to users confused by this behavior:

https://github.com/moby/moby/issues/37054 https://stackoverflow.com/q/56325695/596285

- A picture of a cute animal (not mandatory but encouraged)

turtle pic

sudo-bmitch avatar May 27 '19 14:05 sudo-bmitch

Codecov Report

Merging #1910 into master will not change coverage. The diff coverage is n/a.

@@          Coverage Diff           @@
##           master   #1910   +/-   ##
======================================
  Coverage    56.7%   56.7%           
======================================
  Files         309     309           
  Lines       21721   21721           
======================================
  Hits        12316   12316           
  Misses       8504    8504           
  Partials      901     901

codecov-io avatar May 27 '19 14:05 codecov-io