From d6a40ef5abc477a7939e23df89f92247b12d96d3 Mon Sep 17 00:00:00 2001 From: Thomas Eppers Date: Sun, 17 Oct 2021 00:52:55 +0200 Subject: [PATCH] added a readme file --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..37b2b21 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# reel-moby + +search for new docker tags and update them in your docker-compose file + +## Usage + +Searches the current folder for a docker-compose.(yml|yaml) file and opens it when it found one. Then it is possible to select a image line. The program then shows the found repository and shows the latest tags. The tags can be scrolled and selected, which updates the opened file. +From that point save the file and pull the new image with `docker-compose up -d` or `docker-compse pull`. + +