소스 검색

README.md: notes about docker image name

Daniel-Constantin Mierla 5 년 전
부모
커밋
39ea055fa9
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      README.md

+ 5 - 0
README.md

@@ -103,12 +103,17 @@ git clone https://github.com/kamailio/kamailio
 
   * copy desired Dockerfile in the current folder
 
+Next example shows the use of the docker file for Debian 9.x.
+
 ```
 cp kamailio-tests/docker/Dockerfile.debian9 Dockerfile
 ```
 
   * build the Docker image
 
+The name of the image can be changed, next example sets a name suggesting
+it is based on Debian 9.x:
+
 ```
 docker build -t kamailio-tests-deb9x .
 ```