Browse code

Documents build API "remote" parameter

Introduced in Docker v0.4.5 / Remove API v1.1 (#848), the remote
parameter of the API method POST /build allows to specify a buildable
remote URL (HTTPS, HTTP or Git).

Signed-off-by: Vincent Giersch <vincent.giersch@ovh.net>

Vincent Giersch authored on 2015/02/05 00:03:06
Showing 15 changed files
... ...
@@ -1039,6 +1039,7 @@ Query Parameters:
1039 1039
 
1040 1040
 -   **t** – repository name (and optionally a tag) to be applied to
1041 1041
     the resulting image in case of success
1042
+-   **remote** – git or HTTP/HTTPS URI build source
1042 1043
 -   **q** – suppress verbose build output
1043 1044
 -   **nocache** – do not use the cache when building the image
1044 1045
 -   **rm** - remove intermediate containers after a successful build
... ...
@@ -1045,6 +1045,7 @@ Query Parameters:
1045 1045
 
1046 1046
 -   **t** – repository name (and optionally a tag) to be applied to
1047 1047
     the resulting image in case of success
1048
+-   **remote** – git or HTTP/HTTPS URI build source
1048 1049
 -   **q** – suppress verbose build output
1049 1050
 -   **nocache** – do not use the cache when building the image
1050 1051
 -   **rm** - remove intermediate containers after a successful build
... ...
@@ -1106,6 +1106,7 @@ Query Parameters:
1106 1106
 
1107 1107
 -   **t** – repository name (and optionally a tag) to be applied to
1108 1108
     the resulting image in case of success
1109
+-   **remote** – git or HTTP/HTTPS URI build source
1109 1110
 -   **q** – suppress verbose build output
1110 1111
 -   **nocache** – do not use the cache when building the image
1111 1112
 -   **rm** - remove intermediate containers after a successful build (default behavior)
... ...
@@ -1095,6 +1095,7 @@ Query Parameters:
1095 1095
 
1096 1096
 -   **t** – repository name (and optionally a tag) to be applied to
1097 1097
     the resulting image in case of success
1098
+-   **remote** – git or HTTP/HTTPS URI build source
1098 1099
 -   **q** – suppress verbose build output
1099 1100
 -   **nocache** – do not use the cache when building the image
1100 1101
 -   **rm** - remove intermediate containers after a successful build (default behavior)
... ...
@@ -1105,6 +1105,7 @@ Query Parameters:
1105 1105
 
1106 1106
 -   **t** – repository name (and optionally a tag) to be applied to
1107 1107
     the resulting image in case of success
1108
+-   **remote** – git or HTTP/HTTPS URI build source
1108 1109
 -   **q** – suppress verbose build output
1109 1110
 -   **nocache** – do not use the cache when building the image
1110 1111
 -   **rm** - remove intermediate containers after a successful build (default behavior)
... ...
@@ -1252,6 +1252,7 @@ Query Parameters:
1252 1252
 
1253 1253
 -   **t** – repository name (and optionally a tag) to be applied to
1254 1254
         the resulting image in case of success
1255
+-   **remote** – git or HTTP/HTTPS URI build source
1255 1256
 -   **q** – suppress verbose build output
1256 1257
 -   **nocache** – do not use the cache when building the image
1257 1258
 -   **rm** - remove intermediate containers after a successful build (default behavior)
... ...
@@ -1198,6 +1198,7 @@ Query Parameters:
1198 1198
 
1199 1199
 -   **t** – repository name (and optionally a tag) to be applied to
1200 1200
         the resulting image in case of success
1201
+-   **remote** – git or HTTP/HTTPS URI build source
1201 1202
 -   **q** – suppress verbose build output
1202 1203
 -   **nocache** – do not use the cache when building the image
1203 1204
 -   **pull** - attempt to pull the image even if an older image exists locally
... ...
@@ -1072,6 +1072,7 @@ Query Parameters:
1072 1072
 -   **dockerfile** - path within the build context to the Dockerfile
1073 1073
 -   **t** – repository name (and optionally a tag) to be applied to
1074 1074
         the resulting image in case of success
1075
+-   **remote** – git or HTTP/HTTPS URI build source
1075 1076
 -   **q** – suppress verbose build output
1076 1077
 -   **nocache** – do not use the cache when building the image
1077 1078
 -   **pull** - attempt to pull the image even if an older image exists locally
... ...
@@ -898,6 +898,7 @@ Query Parameters:
898 898
 
899 899
 -   **t** – repository name (and optionally a tag) to be applied to
900 900
     the resulting image in case of success
901
+-   **remote** – build source URI (git or HTTPS/HTTP)
901 902
 -   **q** – suppress verbose build output
902 903
 
903 904
 Status Codes:
... ...
@@ -940,6 +940,7 @@ Query Parameters:
940 940
 
941 941
 -   **t** – repository name (and optionally a tag) to be applied to
942 942
     the resulting image in case of success
943
+-   **remote** – build source URI (git or HTTPS/HTTP)
943 944
 -   **q** – suppress verbose build output
944 945
 -   **nocache** – do not use the cache when building the image
945 946
 
... ...
@@ -951,6 +951,7 @@ Query Parameters:
951 951
 
952 952
 -   **t** – repository name (and optionally a tag) to be applied to
953 953
     the resulting image in case of success
954
+-   **remote** – build source URI (git or HTTPS/HTTP)
954 955
 -   **q** – suppress verbose build output
955 956
 -   **nocache** – do not use the cache when building the image
956 957
 -   **rm** – remove intermediate containers after a successful build
... ...
@@ -1049,6 +1049,7 @@ Query Parameters:
1049 1049
 
1050 1050
 -   **t** – repository name (and optionally a tag) to be applied to
1051 1051
     the resulting image in case of success
1052
+-   **remote** – build source URI (git or HTTPS/HTTP)
1052 1053
 -   **q** – suppress verbose build output
1053 1054
 -   **nocache** – do not use the cache when building the image
1054 1055
 
... ...
@@ -991,6 +991,7 @@ Query Parameters:
991 991
 
992 992
 -   **t** – repository name (and optionally a tag) to be applied to
993 993
     the resulting image in case of success
994
+-   **remote** – build source URI (git or HTTPS/HTTP)
994 995
 -   **q** – suppress verbose build output
995 996
 -   **nocache** – do not use the cache when building the image
996 997
 
... ...
@@ -1041,6 +1041,7 @@ Query Parameters:
1041 1041
 
1042 1042
 -   **t** – repository name (and optionally a tag) to be applied to
1043 1043
     the resulting image in case of success
1044
+-   **remote** – build source URI (git or HTTPS/HTTP)
1044 1045
 -   **q** – suppress verbose build output
1045 1046
 -   **nocache** – do not use the cache when building the image
1046 1047
 
... ...
@@ -1044,6 +1044,7 @@ Query Parameters:
1044 1044
 
1045 1045
 -   **t** – repository name (and optionally a tag) to be applied to
1046 1046
     the resulting image in case of success
1047
+-   **remote** – build source URI (git or HTTPS/HTTP)
1047 1048
 -   **q** – suppress verbose build output
1048 1049
 -   **nocache** – do not use the cache when building the image
1049 1050
 -   **rm** – Remove intermediate containers after a successful build