Ricardo Branco пре 6 година
родитељ
комит
1c01f95f40
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2
    2
      README.md

+ 2
- 2
README.md Прегледај датотеку

5
 
5
 
6
 NOTES:
6
 NOTES:
7
   - This script stops the Registry container during cleanup to prevent corruption, making it temporarily unavailable to clients.
7
   - This script stops the Registry container during cleanup to prevent corruption, making it temporarily unavailable to clients.
8
-  - This script assumes local storage (the filesystem storage driver).
8
+  - This script assumes local storage (the **filesystem** storage driver).
9
   - This script may run standalone or dockerized.  To run standalone, you must install **docker-py** with `pip3 install docker` and **pyyaml** with `pip3 install pyyaml`.
9
   - This script may run standalone or dockerized.  To run standalone, you must install **docker-py** with `pip3 install docker` and **pyyaml** with `pip3 install pyyaml`.
10
   - This script is Python 3 only.
10
   - This script is Python 3 only.
11
   
11
   
21
 
21
 
22
 ## Docker usage:
22
 ## Docker usage:
23
 
23
 
24
-`docker run --rm --volumes-from CONTAINER ricardobranco/clean_registry [OPTIONS] CONTAINER [REPOSITORY[:TAG]]...`
24
+`docker run --rm --volumes-from CONTAINER -v /var/run/docker.sock:/var/run/docker.sock ricardobranco/clean_registry [OPTIONS] CONTAINER [REPOSITORY[:TAG]]...`

Loading…
Откажи
Сачувај