From a602a5d7721140ce805ca178847eb4ed7404a778 Mon Sep 17 00:00:00 2001 From: hugogogo Date: Sat, 27 Aug 2022 23:09:21 +0200 Subject: [PATCH] update infos in readme about compose --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index eee8055..9fc1dbb 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,13 @@ CMD [ "/hello" ] - [docker image from scratch](https://codeburst.io/docker-from-scratch-2a84552470c8) - [build context and image context](https://stackoverflow.com/questions/55108649/what-is-app-working-directory-for-a-dockerfile/55109065#55109065) +#### docker compose + +- [github releases](https://github.com/docker/compose/releases) +- [install last version of compose manually](https://docs.docker.com/compose/install/compose-plugin/#install-the-plugin-manually) +- [install manually SO discussion](https://stackoverflow.com/questions/57456212/error-version-in-docker-compose-yml-is-unsupported) +- the version installed with is 1.17.1, way out of date + #### volumes vs bind mounts * [docker doc: use volumes](https://docs.docker.com/storage/volumes/)