Skip to content

Commit

Permalink
DOCKER-694: Want --add-hosts support for 'docker run' (update diverge…
Browse files Browse the repository at this point in the history
…nce docs)
  • Loading branch information
trentm committed Apr 1, 2016
1 parent b9c3780 commit 75b43f9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion docs/api/commands/create.md
Expand Up @@ -125,7 +125,11 @@ can then be used from the subsequent container:

Triton's secure, multi-tenant, container-native environment imposes some differences from Docker Inc's implementation. Notably, arguments to control LXC or change container privilege are unsupported. Other arguments, such as those to manage CPU allocation, or networking, are more effective because of features unique to Triton.

* `--add-host` (host-to-IP mapping) is ignored. See [networking](../features/networks.md).
* `--add-host` (host-to-IP mapping) has been implemented in
[DOCKER-694](https://smartos.org/bugview/DOCKER-694). However, until
[DOCKER-775](https://smartos.org/bugview/DOCKER-775) is implemented and
deployed, this option will not work reliably until all compute nodes used for
Docker containers have been updated to a platform greater than 20160331.
* `--blkio-weight` (block IO weight) is unsupported.
* `--cgroup-parent` is ignored. See [security](../features/security.md).
* `--cpu-shares` and `-c` are ignored, though CPU resources can be specified in conjunction with RAM. See [resource allocation](../features/resources.md). Joyent is working with the Docker community to improve how CPU resources are specified in the API.
Expand Down
6 changes: 5 additions & 1 deletion docs/api/commands/run.md
Expand Up @@ -474,7 +474,11 @@ set on the daemon.

Triton's secure, multi-tenant, container-native environment imposes some differences from Docker Inc's implementation. Notably, arguments to control LXC or change container privilege are unsupported. Other arguments, such as those to manage CPU allocation, or networking, are more effective because of features unique to Triton.

* `--add-host` (host-to-IP mapping) is ignored. See [networking](../features/networks.md).
* `--add-host` (host-to-IP mapping) has been implemented in
[DOCKER-694](https://smartos.org/bugview/DOCKER-694). However, until
[DOCKER-775](https://smartos.org/bugview/DOCKER-775) is implemented and
deployed, this option will not work reliably until all compute nodes used for
Docker containers have been updated to a platform greater than 20160331.
* `--blkio-weight` (block IO weight) is unsupported.
* `--cgroup-parent` is ignored. See [security](../features/security.md).
* `--cpu-shares` and `-c` are ignored, though CPU resources can be specified in conjunction with RAM. See [resource allocation](../features/resources.md). Joyent is working with the Docker community to improve how CPU resources are specified in the API.
Expand Down

0 comments on commit 75b43f9

Please sign in to comment.