Browse Source

Update README.md

master
Ricardo Branco 6 years ago
parent
commit
7cbc31b16b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

@@ -5,7 +5,7 @@ The optional `-x` flag may be used to remove the specified repositories or tagge
5 5
 
6 6
 NOTES:
7 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 the [filesystem](https://github.com/docker/distribution/blob/master/docs/configuration.md#storage) storage driver.
9 9
   - This script may run stand-alone (on local setups) or dockerized (which supports both local and remote Docker setups). To run stand-alone, you must install **docker-py** and **pyyaml** with:
10 10
   
11 11
   `pip3 install docker pyyaml`

Loading…
Cancel
Save