Repository: aurora Updated Branches: refs/heads/master 93fb2c7cd -> edaf984ad
Remove doc suggesting that docker support is experimental. Reviewed at https://reviews.apache.org/r/41540/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/edaf984a Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/edaf984a Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/edaf984a Branch: refs/heads/master Commit: edaf984ade4ec5507a0576ea06a1aa92367561a5 Parents: 93fb2c7 Author: Bill Farner <[email protected]> Authored: Thu Dec 17 22:35:19 2015 -0800 Committer: Bill Farner <[email protected]> Committed: Thu Dec 17 22:35:19 2015 -0800 ---------------------------------------------------------------------- docs/deploying-aurora-scheduler.md | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aurora/blob/edaf984a/docs/deploying-aurora-scheduler.md ---------------------------------------------------------------------- diff --git a/docs/deploying-aurora-scheduler.md b/docs/deploying-aurora-scheduler.md index caaf42b..73b2e04 100644 --- a/docs/deploying-aurora-scheduler.md +++ b/docs/deploying-aurora-scheduler.md @@ -152,8 +152,6 @@ to ZooKeeper) or explicitly set in the startup script as follows: # ... ### Considerations for running jobs in docker containers -*Note: Docker support is currently EXPERIMENTAL.* - In order for Aurora to launch jobs using docker containers, a few extra configuration options must be set. The [docker containerizer](http://mesos.apache.org/documentation/latest/docker-containerizer/) must be enabled on the mesos slaves by launching them with the `--containerizers=docker,mesos` option.
