docker / app

Make your Docker Compose applications reusable, and share them on Docker Hub
Apache License 2.0
1.57k stars 176 forks source link

Make image inspect more in line with other tables #701

Closed rumpl closed 4 years ago

rumpl commented 4 years ago

- What I did

Changed the output of docker app image inspect to be more in line with other tables the cli has:

version: 0.1.0
name: voting-app
description: Dogs or cats?
maintainers:
- name: user
  email: user@email.com

SERVICE REPLICAS PORTS IMAGE
db      1        5432  postgres:9.4
redis   1        6379  redis:alpine
result  1        5001  dockersamples/examplevotingapp_result:before
vote    2        5000  dockersamples/examplevotingapp_vote:before
worker  1              dockersamples/examplevotingapp_worker

PARAMETER     VALUE
result.port   5001
vote.port     5000
vote.replicas 2

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

codecov[bot] commented 4 years ago

Codecov Report

Merging #701 into master will decrease coverage by 0.09%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #701     +/-   ##
=========================================
- Coverage   71.43%   71.34%   -0.1%     
=========================================
  Files          59       59             
  Lines        2955     2945     -10     
=========================================
- Hits         2111     2101     -10     
  Misses        569      569             
  Partials      275      275
Impacted Files Coverage Δ
internal/inspect/inspect.go 86.88% <100%> (-1%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ab69992...17f66a5. Read the comment docs.