Browse Source

Fix README

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

+ 2
- 2
README.md View File

@@ -5,7 +5,7 @@ The optional ``-x`` flag may be used to remove the specified repositories or tag
5 5
 
6 6
 # WARNING:
7 7
 
8
-Make backups of target docker-registry/containers/tags to avoid loosing data.
8
+Make backups of target docker-registry to avoid losing data.
9 9
 
10 10
 This script stops the Registry container during cleanup to prevent corruption, making it temporarily unavailable to clients.
11 11
 
@@ -50,4 +50,4 @@ docker run --rm --volumes-from CONTAINER -e DOCKER_HOST -e DOCKER_TLS_VERIFY=1 -
50 50
 
51 51
 Note:
52 52
 
53
-Paths other than ``/root/.docker`` path may be specified with the ``**DOCKER_CERT_PATH**`` environment variable.  In any case, your ``~/.docker/*.pem`` files should be in the server to be able to run as a client against itself.
53
+Paths other than ``/root/.docker`` path may be specified with the ``DOCKER_CERT_PATH`` environment variable.  In any case, your ``~/.docker/*.pem`` files should be in the server to be able to run as a client against itself.

Loading…
Cancel
Save