Sfoglia il codice sorgente

README.md: notes about docker image name

Daniel-Constantin Mierla 5 anni fa
parent
commit
39ea055fa9
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  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
   * 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
 cp kamailio-tests/docker/Dockerfile.debian9 Dockerfile
 ```
 ```
 
 
   * build the Docker image
   * 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 .
 docker build -t kamailio-tests-deb9x .
 ```
 ```