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

Docker app should only be used as a docker CLI plugin #667

Closed ndeloof closed 4 years ago

ndeloof commented 4 years ago

- What I did Removed support for docker-app-standalone and clarified installation doc

- How I did it grep 'standalone' then rm

- How to verify it make does not produce the standalone binary

- Description for the changelog Docker app is only available as a docker CLI plugin

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

codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #667   +/-   ##
=======================================
  Coverage   72.07%   72.07%           
=======================================
  Files          52       52           
  Lines        2636     2636           
=======================================
  Hits         1900     1900           
  Misses        492      492           
  Partials      244      244

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 0942d5c...41ce0fa. Read the comment docs.