docker / app

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

Mark docker app plugin as experimental #537

Closed silvin-lubecki closed 5 years ago

silvin-lubecki commented 5 years ago

- What I did

- How to verify it

  1. Use this docker/cli
  2. Build the docker app plugin
  3. Move it to your ~/.docker/cli-plugins directory
  4. $ docker --help -> app does not appear in the manage commands
  5. $ DOCKER_CLI_EXPERIMENTAL=enabled docker --help -> app appears in the manage commands

- Description for the changelog

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

image

silvin-lubecki commented 5 years ago

@simonferquel can you review the docker desktop context store part, not really sure that what I did is right 🤔

codecov[bot] commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #537   +/-   ##
=======================================
  Coverage   69.94%   69.94%           
=======================================
  Files          55       55           
  Lines        3101     3101           
=======================================
  Hits         2169     2169           
  Misses        639      639           
  Partials      293      293
Impacted Files Coverage Δ
cmd/docker-app/main.go 63.63% <ø> (ø) :arrow_up:

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 f5f3873...cbdc839. Read the comment docs.