首页 > 其他 > 详细

安装dcos cli

时间:2019-12-18 15:23:12      阅读:101      评论:0      收藏:0      [点我收藏+]

控制台查看

技术分享图片
技术分享图片
技术分享图片

bootstrap节点执行命令

[root@ip-172-31-40-253 ~]# curl https://downloads.dcos.io/binaries/cli/linux/x86-64/dcos-1.13/dcos -o dcos &&
> chmod +x ./dcos &&
> sudo mv dcos /usr/local/bin &&
> dcos cluster setup http://18.177.76.161 &&
> dcos
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 32.8M  100 32.8M    0     0  11.0M      0  0:00:02  0:00:02 --:--:-- 11.0M
Username: bootstrapuser
Password:
dcos-core-cli [==============================================================================] 28.9 MiB / 28.9 MiB
dcos-enterprise-cli [==============================================================================] 27.0 MiB / 27.0 MiB
New commands available: backup, diagnostics, job, license, marathon, node, package, quota, security, service, task
Usage:
  dcos [command]

Commands:
  auth
      Authenticate to DC/OS cluster
  backup
      Access DC/OS backup functionality
  cluster
      Manage your DC/OS clusters
  config
      Manage the DC/OS configuration file
  diagnostics
      Create and manage DC/OS diagnostics bundles
  help
      Help about any command
  job
      Deploy and manage jobs in DC/OS
  license
      Manage your DC/OS licenses
  marathon
      Deploy and manage applications to DC/OS
  node
      View DC/OS node information
  package
      Install and manage DC/OS software packages
  plugin
      Manage CLI plugins
  quota
      Manage DC/OS quotas
  security
      DC/OS security related commands
  service
      Manage DC/OS services
  task
      Manage DC/OS tasks

Options:
  --version
      Print version information
  -v, -vv
      Output verbosity (verbose or very verbose)
  -h, --help
      Show usage help

Use "dcos [command] --help" for more information about a command.

安装dcos cli

原文:https://www.cnblogs.com/syavingcs/p/12059975.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!