You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: apidocs/cloud-api-source/source/includes/container.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -303,7 +303,7 @@ memory | The memory limit of the container in MB (see [Runtime Constraints on CP
303
303
memory_swap | Total memory limit (memory + swap) of the container in MB
304
304
autorestart | Whether to restart the container automatically if it stops (see [Crash recovery](/docker-cloud/apps/autorestart/) for more information)
305
305
autodestroy | Whether to terminate the container automatically if it stops (see [Autodestroy](/docker-cloud/apps/auto-destroy/) for more information)
306
-
roles | List of Docker Cloud roles asigned to this container (see [API roles](/docker-cloud/apps/api-roles/) for more information))
306
+
roles | List of Docker Cloud roles assigned to this container (see [API roles](/docker-cloud/apps/api-roles/) for more information))
307
307
linked_to_container | List of IP addresses of the linked containers (see table `Container Link attributes` below and [Service links](/docker-cloud/apps/service-links/) for more information)
308
308
link_variables | List of environment variables that would be exposed in any container that is linked to this one
309
309
privileged | Whether the container has Docker's `privileged` flag set or not (see [Runtime privilege](/engine/reference/run/#runtime-privilege-linux-capabilities-and-lxc-configuration) for more information)
Copy file name to clipboardexpand all lines: apidocs/docker-cloud/includes/action.html
+1-1
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ <h2 id="action">Action</h2>
62
62
63
63
<p>An action represents an API call by a user. Details of the API call such as timestamp, origin IP address, and user agent are logged in the action object.</p>
64
64
65
-
<p>Simple API calls that do not require asynchronous execution will return immediately with the appropiate HTTP error code and an action object will be created either in <codeclass="prettyprint">Success</code> or <codeclass="prettyprint">Failed</code> states. API calls that do require asynchronous execution will return HTTP code <codeclass="prettyprint">202 Accepted</code> immediately and create an action object in <codeclass="prettyprint">In progress</code> state, which will change to <codeclass="prettyprint">Success</code> or <codeclass="prettyprint">Failed</code> state depending on the outcome of the operation being performed. In both cases the response will include a <codeclass="prettyprint">X-DockerCloud-Action-URI</code> header with the resource URI of the created action.</p>
65
+
<p>Simple API calls that do not require asynchronous execution will return immediately with the appropriate HTTP error code and an action object will be created either in <codeclass="prettyprint">Success</code> or <codeclass="prettyprint">Failed</code> states. API calls that do require asynchronous execution will return HTTP code <codeclass="prettyprint">202 Accepted</code> immediately and create an action object in <codeclass="prettyprint">In progress</code> state, which will change to <codeclass="prettyprint">Success</code> or <codeclass="prettyprint">Failed</code> state depending on the outcome of the operation being performed. In both cases the response will include a <codeclass="prettyprint">X-DockerCloud-Action-URI</code> header with the resource URI of the created action.</p>
<tdstyle="text-align: left">Type of action that was executed on the object. Posible values: <codeclass="prettyprint">create</code>, <codeclass="prettyprint">update</code> or <codeclass="prettyprint">delete</code></td>
84
+
<tdstyle="text-align: left">Type of action that was executed on the object. Possible values: <codeclass="prettyprint">create</code>, <codeclass="prettyprint">update</code> or <codeclass="prettyprint">delete</code></td>
<li><codeclass="prettyprint">id</code>: AWS VPC identifier of the target VPC where the nodes of the cluster will be deployed (required)</li>
203
-
<li><codeclass="prettyprint">subnets</code>: a list of target subnet indentifiers inside selected VPC. If you specify more than one subnet, Docker Cloud will balance among all of them following a high-availability schema (optional)</li>
203
+
<li><codeclass="prettyprint">subnets</code>: a list of target subnet identifiers inside selected VPC. If you specify more than one subnet, Docker Cloud will balance among all of them following a high-availability schema (optional)</li>
204
204
<li><codeclass="prettyprint">security_groups</code>: the security group that will be applied to every node of the cluster (optional)</li>
Copy file name to clipboardexpand all lines: apidocs/layouts/single.html
+4-4
Original file line number
Diff line number
Diff line change
@@ -208,7 +208,7 @@ <h2 id="action">Action</h2>
208
208
209
209
<p>An action represents an API call by a user. Details of the API call such as timestamp, origin IP address, and user agent are logged in the action object.</p>
210
210
211
-
<p>Simple API calls that do not require asynchronous execution will return immediately with the appropiate HTTP error code and an action object will be created either in <codeclass="prettyprint">Success</code> or <codeclass="prettyprint">Failed</code> states. API calls that do require asynchronous execution will return HTTP code <codeclass="prettyprint">202 Accepted</code> immediately and create an action object in <codeclass="prettyprint">In progress</code> state, which will change to <codeclass="prettyprint">Success</code> or <codeclass="prettyprint">Failed</code> state depending on the outcome of the operation being performed. In both cases the response will include a <codeclass="prettyprint">X-DockerCloud-Action-URI</code> header with the resource URI of the created action.</p>
211
+
<p>Simple API calls that do not require asynchronous execution will return immediately with the appropriate HTTP error code and an action object will be created either in <codeclass="prettyprint">Success</code> or <codeclass="prettyprint">Failed</code> states. API calls that do require asynchronous execution will return HTTP code <codeclass="prettyprint">202 Accepted</code> immediately and create an action object in <codeclass="prettyprint">In progress</code> state, which will change to <codeclass="prettyprint">Success</code> or <codeclass="prettyprint">Failed</code> state depending on the outcome of the operation being performed. In both cases the response will include a <codeclass="prettyprint">X-DockerCloud-Action-URI</code> header with the resource URI of the created action.</p>
<li><codeclass="prettyprint">id</code>: AWS VPC identifier of the target VPC where the nodes of the cluster will be deployed (required)</li>
1453
-
<li><codeclass="prettyprint">subnets</code>: a list of target subnet indentifiers inside selected VPC. If you specify more than one subnet, Docker Cloud will balance among all of them following a high-availability schema (optional)</li>
1453
+
<li><codeclass="prettyprint">subnets</code>: a list of target subnet identifiers inside selected VPC. If you specify more than one subnet, Docker Cloud will balance among all of them following a high-availability schema (optional)</li>
1454
1454
<li><codeclass="prettyprint">security_groups</code>: the security group that will be applied to every node of the cluster (optional)</li>
<tdstyle="text-align: left">Type of action that was executed on the object. Posible values: <codeclass="prettyprint">create</code>, <codeclass="prettyprint">update</code> or <codeclass="prettyprint">delete</code></td>
6329
+
<tdstyle="text-align: left">Type of action that was executed on the object. Possible values: <codeclass="prettyprint">create</code>, <codeclass="prettyprint">update</code> or <codeclass="prettyprint">delete</code></td>
0 commit comments