Page MenuHomeSoftware Heritage

Update documentation for Docker Compose V2 (i.e. compose plugin)
ClosedPublic

Authored by lunar on Sep 14 2022, 6:39 PM.

Details

Summary

Docker now officially supports Docker Compose in the form of a plugin
for the docker command.
See: https://www.docker.com/blog/announcing-compose-v2-general-availability/

Following the official Docker documentation for Linux will install the
Docker Compose plugin. We can remove the mention to the docker-compose
package.

Command lines and pointers to the documentation are now updated
accordingly.

Diff Detail

Repository
rDENV Development environment
Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 31554
Build 49355: arc lint + arc unit

Event Timeline

lunar requested review of this revision.Sep 14 2022, 6:39 PM

Fix grammar in the commit message

douardda added a subscriber: douardda.

LGTM, thanks

This revision is now accepted and ready to land.Sep 15 2022, 11:02 AM

lgtm, but i think there are 2 typos to fix first.

If i'm right, just amend your commit locally and then amend the diff as well:

arc diff HEAD~ --update D8478

And then you should be able to push directly (since it's accepted, phabricator will land and close the diff).

Cheers,

docker/README.rst
245

?

377

Fix the typos spotted by ardumont

This revision was automatically updated to reflect the committed changes.
lunar marked 2 inline comments as done.