Parcourir la source

README.md: notes about docker image name

Daniel-Constantin Mierla il y a 5 ans
Parent
commit
39ea055fa9
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  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 .
 ```