소스 검색

Fix README

master
Ricardo Branco 6 년 전
부모
커밋
e36fd3663f
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      README.md

+ 2
- 2
README.md 파일 보기

@@ -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…
취소
저장